* Update the default CodeGraph instance (e.g. after lazy initialization)
(cg: CodeGraph)
| 823 | * Update the default CodeGraph instance (e.g. after lazy initialization) |
| 824 | */ |
| 825 | setDefaultCodeGraph(cg: CodeGraph): void { |
| 826 | this.cg = cg; |
| 827 | } |
| 828 | |
| 829 | /** |
| 830 | * Engine-only: register the catch-up sync promise so the next `execute()` |
no outgoing calls
no test coverage detected