atlas.analyzers.snapshot_analyzer._insert_symbol
Details
Type: function
File: atlas/analyzers/snapshot_analyzer.py
Lines: 51–98
Signature: (conn: sqlite3.Connection, snapshot_id: str, relative_path: str, codebase_id: str, symbol: SymbolInfo, parent_symbol_id: int | None=None) -> int
Docstring
Insert a symbol and its children, returning the symbol id.
Children
| Name | Type | Line |
|---|---|---|
| atlas.analyzers.snapshot_analyzer._insert_symbol.cur | attribute | 60 |
| atlas.analyzers.snapshot_analyzer._insert_symbol.symbol_id | attribute | 83 |