* Update the default CodeGraph instance (e.g. after lazy initialization)
(cg: CodeGraph)
| 853 | * Update the default CodeGraph instance (e.g. after lazy initialization) |
| 854 | */ |
| 855 | setDefaultCodeGraph(cg: CodeGraph): void { |
| 856 | this.cg = cg; |
| 857 | } |
| 858 | |
| 859 | /** |
| 860 | * Engine-only: register the catch-up sync promise so the next `execute()` |
no outgoing calls
no test coverage detected