* Update the default CodeGraph instance (e.g. after lazy initialization)
(cg: CodeGraph)
| 1364 | * Update the default CodeGraph instance (e.g. after lazy initialization) |
| 1365 | */ |
| 1366 | setDefaultCodeGraph(cg: CodeGraph): void { |
| 1367 | this.cg = cg; |
| 1368 | } |
| 1369 | |
| 1370 | /** |
| 1371 | * Engine-only: register the catch-up sync promise so the next `execute()` |
no outgoing calls
no test coverage detected