mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
s/entry/exit
This commit is contained in:
committed by
GitHub
parent
f32d77b36c
commit
f9d5e56d9c
@@ -95,7 +95,7 @@ private module Cached {
|
||||
} or
|
||||
TSourceParameterNode(ParamDecl param) or
|
||||
TKeyPathParameterNode(EntryNode entry) { entry.getScope() instanceof KeyPathExpr } or
|
||||
TKeyPathReturnNode(ExitNode entry) { entry.getScope() instanceof KeyPathExpr } or
|
||||
TKeyPathReturnNode(ExitNode exit) { exit.getScope() instanceof KeyPathExpr } or
|
||||
TKeyPathComponentNode(KeyPathComponent component) or
|
||||
TSummaryParameterNode(FlowSummary::SummarizedCallable c, ParameterPosition pos) {
|
||||
FlowSummaryImpl::Private::summaryParameterNodeRange(c, pos)
|
||||
|
||||
Reference in New Issue
Block a user