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

Function getStore

test/parallel/test-inspector-async-context-brk.js:6–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4const als = new AsyncLocalStorage();
5
6function getStore() {
7 return als.getStore();
8}
9
10common.skipIfInspectorDisabled();
11

Callers 2

debuggedFunction · 0.85
testFunction · 0.85

Calls 1

getStoreMethod · 0.45

Tested by 1

testFunction · 0.68