Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/graphql/graphiql
/ _stopWorker
Method
_stopWorker
packages/monaco-graphql/src/workerManager.ts:35–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
private _stopWorker(): void {
36
if
(this._worker) {
37
this._worker.dispose();
38
this._worker = null;
39
}
40
this._client = null;
41
}
42
43
dispose(): void {
44
clearInterval(this._idleCheckInterval);
Callers
3
constructor
Method · 0.95
dispose
Method · 0.95
_checkIfIdle
Method · 0.95
Calls
1
dispose
Method · 0.65
Tested by
no test coverage detected