Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
18
let
valueInBreakpoint = 0;
19
20
function
debugged() {
21
valueInFunction = getStore();
22
return
42;
23
}
24
25
async
function
test() {
26
const
session =
new
Session();
Callers
nothing calls this directly
Calls
1
getStore
Function · 0.85
Tested by
no test coverage detected