MCPcopy Create free account
hub / github.com/nodejs/node / dispose

Method dispose

lib/internal/async_local_storage/run_scope.js:18–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 }
17
18 dispose() {
19 if (this.#disposed) {
20 return;
21 }
22 this.#disposed = true;
23 this.#storage.enterWith(this.#previousStore);
24 }
25
26 [SymbolDispose]() {
27 this.dispose();

Callers 14

[SymbolDispose]Method · 0.95
emitJsFileOrBundleFunction · 0.80
typescript.jsFile · 0.80
trycatch_loader.jsFile · 0.80
doTestFunction · 0.80
regress-1494164.jsFile · 0.80
TearDownFunction · 0.80

Calls 1

enterWithMethod · 0.45

Tested by

no test coverage detected