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

Function debugged

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

Source from the content-addressed store, hash-verified

18let valueInBreakpoint = 0;
19
20function debugged() {
21 valueInFunction = getStore();
22 return 42;
23}
24
25async function test() {
26 const session = new Session();

Callers

nothing calls this directly

Calls 1

getStoreFunction · 0.85

Tested by

no test coverage detected