Path Query not giving results. #860
Replies: 1 comment 1 reply
-
What seems not working in your code is the I'll try to provide a few pointers to move from here:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is my query to find sources
This is my query to find sinks
This is my query to find paths from sources and sinks (I have used the same predicates that were in the source and sink detection query, in the path query )
The path query doesnt give any result:
Now, the code repository that is being queried, HAS a path from source to sink. (The source sink pairs are documented here).
Now, there are functions like (for example)
Here the paramteres are the sources.
Inside this function there is
which is a sink. Here the source and sink are getting detected individually, however the path between them is not being detected. Can anyone help why?
Beta Was this translation helpful? Give feedback.
All reactions