Files
codeql/python/ql/lib/change-notes/2022-06-28-api-graph-api.md
2022-06-28 12:10:26 +02:00

11 lines
347 B
Markdown

---
category: library
---
* The documentation of API graphs (the `API` module) has been expanded, and some of the members predicates of `API::Node`
have been renamed as follows:
- `getAnImmediateUse` -> `asSource`
- `getARhs` -> `asSink`
- `getAUse` -> `getAValueReachableFromSource`
- `getAValueReachingRhs` -> `getAValueReachingSink`