We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c73ab2 commit 6d25fb6Copy full SHA for 6d25fb6
python/ql/lib/change-notes/api-graph-api.md
@@ -0,0 +1,10 @@
1
+---
2
+category: library
3
4
+
5
+* The documentation of API graphs (the `API` module) has been expanded, and some of the members predicates of `API::Node`
6
+ have been renamed as follows:
7
+ - `getAnImmediateUse` -> `asSource`
8
+ - `getARhs` -> `asSink`
9
+ - `getAUse` -> `getAValueReachableFromSource`
10
+ - `getAValueReachingRhs` -> `getAValueReachingSink`
0 commit comments