Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ terminate
Method
terminate
test/helpers/createFakeWorker.js:167–172 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
165
}
166
167
terminate() {
168
this._terminated = true;
169
this.worker.off(
"error"
, this._onerror);
170
if
(this._onmessage) this.worker.off(
"message"
, this._onmessage);
171
return
this.worker.terminate();
172
}
173
};
Callers
15
index.js
File · 0.80
compute.js
File · 0.80
index.js
File · 0.80
index.js
File · 0.80
index.js
File · 0.80
index.js
File · 0.80
index.js
File · 0.80
index.js
File · 0.80
index.js
File · 0.80
index.js
File · 0.80
index.js
File · 0.80
index.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected