File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
python/ql/lib/semmle/python/dataflow/new/internal Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 12
12
*
13
13
* Having both extracted and non-extracted callables means that we now have three types of calls:
14
14
* - Extracted calls to extracted callables, either `NormalCall` or `SpecialCall`. These are handled by standard data flow.
15
- * - Extracted calls to non-extracted callables, `LibraryCall`. These are handled by loking up the relevant summary when the
15
+ * - Extracted calls to non-extracted callables, `LibraryCall`. These are handled by looking up the relevant summary when the
16
16
* global data flow graph is connected up via `getViableCallable`.
17
17
* - Non-extracted calls, `SummaryCall`. These are synthesised by the flow summary framework.
18
18
*
You can’t perform that action at this time.
0 commit comments