* Update the default CodeGraph instance (e.g. after lazy initialization)
(cg: CodeGraph)
| 864 | * Update the default CodeGraph instance (e.g. after lazy initialization) |
| 865 | */ |
| 866 | setDefaultCodeGraph(cg: CodeGraph): void { |
| 867 | this.cg = cg; |
| 868 | } |
| 869 | |
| 870 | /** |
| 871 | * Engine-only: register the catch-up sync promise so the next `execute()` |
no outgoing calls
no test coverage detected