MCPcopy Index your code
hub / github.com/nodejs/node / disable

Method disable

lib/internal/async_context_frame.js:34–37  ·  view source on GitHub ↗
(store)

Source from the content-addressed store, hash-verified

32 }
33
34 static disable(store) {
35 const frame = this.current();
36 frame?.disable(store);
37 }
38}
39
40function checkEnabled() {

Callers

nothing calls this directly

Calls 2

currentMethod · 0.95
disableMethod · 0.45

Tested by

no test coverage detected