* Engine-only: attach (or detach with null) the worker-thread query pool. The * shared daemon sets this once its default project is open; the workers each * hold their own WAL read connection and run executeReadTool. A * worker's own ToolHandler never has a pool, so there is no nest
(pool: QueryPool | null)
| 857 | * worker's own ToolHandler never has a pool, so there is no nested off-loading. |
| 858 | */ |
| 859 | setQueryPool(pool: QueryPool | null): void { |
| 860 | this.queryPool = pool; |
| 861 | } |
| 862 | |
| 863 | /** |
| 864 | * Update the default CodeGraph instance (e.g. after lazy initialization) |
no outgoing calls
no test coverage detected