mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
spelling: context
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -1177,7 +1177,7 @@ module InterProceduralPointsTo {
|
||||
)
|
||||
}
|
||||
|
||||
/** Holds if the named `argument` given the context `caller` is transferred to the parameter `param` with conntext `callee` by a call. */
|
||||
/** Holds if the named `argument` given the context `caller` is transferred to the parameter `param` with context `callee` by a call. */
|
||||
cached
|
||||
predicate named_argument_transfer(
|
||||
ControlFlowNode argument, PointsToContext caller, ParameterDefinition param,
|
||||
|
||||
Reference in New Issue
Block a user