Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ snapshot
Method
snapshot
lib/internal/async_local_storage/async_hooks.js:68–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
}
67
68
static snapshot() {
69
return
AsyncLocalStorage.bind((cb, ...args) => cb(...args));
70
}
71
72
disable() {
73
if
(this.enabled) {
Callers
7
test-runner-snapshot-tests.js
File · 0.45
test-runner-custom-assertions.js
File · 0.45
test-async-local-storage-snapshot.js
File · 0.45
unit-2.js
File · 0.45
special-character.js
File · 0.45
imported-tests.js
File · 0.45
unit.js
File · 0.45
Calls
2
cb
Function · 0.50
bind
Method · 0.45
Tested by
no test coverage detected