mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
spelling: processing
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -251,7 +251,7 @@ class CallGraphTracer:
|
||||
|
||||
def __init__(self):
|
||||
# Performing `Call.from_frame` can be expensive, so we cache (call, callee)
|
||||
# pairs we have already seen to avoid double procressing.
|
||||
# pairs we have already seen to avoid double processing.
|
||||
self.python_calls = dict()
|
||||
self.external_calls = dict()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user