mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
Python: rename change note again
This commit is contained in:
10
python/ql/lib/change-notes/2022-06-28-api-graph-api.md
Normal file
10
python/ql/lib/change-notes/2022-06-28-api-graph-api.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
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`
|
||||
Reference in New Issue
Block a user