MCPcopy
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

constructorMethod · 0.95
disposeMethod · 0.95
_checkIfIdleMethod · 0.95

Calls 1

disposeMethod · 0.65

Tested by

no test coverage detected