atlas.analyzers.call_graph.build_call_graph
Details
Type: function
File: atlas/analyzers/call_graph.py
Lines: 94–210
Signature: (conn: sqlite3.Connection, snapshot_id: str) -> CallGraphResult
Docstring
Build first-pass call edges from function/method bodies.
Children
| Name | Type | Line |
|---|---|---|
| atlas.analyzers.call_graph.build_call_graph.snapshot_row | attribute | 99 |
| atlas.analyzers.call_graph.build_call_graph.symbols | attribute | 112 |
| atlas.analyzers.call_graph.build_call_graph.call_edges_added | attribute | 123 |