mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
11 lines
350 B
Markdown
11 lines
350 B
Markdown
---
|
|
category: deprecated
|
|
---
|
|
|
|
- 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`
|