mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
- changes `getReceiver` to `getObject` - fixes `calls` to avoid unwanted cross-talk - adds some more documentation to highlight the above issue
9 lines
458 B
Plaintext
9 lines
458 B
Plaintext
conjunctive_lookup
|
|
| test.py:6:1:6:6 | ControlFlowNode for meth() | meth() | obj1 | bar |
|
|
| test.py:6:1:6:6 | ControlFlowNode for meth() | meth() | obj1 | foo |
|
|
| test.py:6:1:6:6 | ControlFlowNode for meth() | meth() | obj2 | bar |
|
|
| test.py:6:1:6:6 | ControlFlowNode for meth() | meth() | obj2 | foo |
|
|
calls_lookup
|
|
| test.py:6:1:6:6 | ControlFlowNode for meth() | meth() | obj1 | foo |
|
|
| test.py:6:1:6:6 | ControlFlowNode for meth() | meth() | obj2 | bar |
|