mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Dataflow: Fix more qldoc: s/accesspath/access path/.
This commit is contained in:
@@ -1239,8 +1239,8 @@ class TypedContent extends MkTypedContent {
|
||||
|
||||
/**
|
||||
* Holds if access paths with this `TypedContent` at their head always should
|
||||
* be tracked at high precision. This disables adaptive accesspath precision
|
||||
* for such accesspaths.
|
||||
* be tracked at high precision. This disables adaptive access path precision
|
||||
* for such access paths.
|
||||
*/
|
||||
predicate forceHighPrecision() { forceHighPrecision(c) }
|
||||
}
|
||||
|
||||
@@ -310,7 +310,7 @@ int accessPathLimit() { result = 5 }
|
||||
|
||||
/**
|
||||
* Holds if access paths with `c` at their head always should be tracked at high
|
||||
* precision. This disables adaptive accesspath precision for such accesspaths.
|
||||
* precision. This disables adaptive access path precision for such access paths.
|
||||
*/
|
||||
predicate forceHighPrecision(Content c) {
|
||||
c instanceof ArrayContent or c instanceof CollectionContent
|
||||
|
||||
Reference in New Issue
Block a user