Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ g
Function
g
deps/v8/test/debugger/debug/function-source.js:38–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
}
37
38
function
g() {
39
function
h() {
40
assertEquals(Debug.scriptSource(f), Debug.scriptSource(h));
41
}
42
h();
43
}
44
45
assertEquals(Debug.scriptSource(f), Debug.scriptSource(g));
46
f();
Callers
1
function-source.js
File · 0.70
Calls
1
h
Function · 0.70
Tested by
no test coverage detected