Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ hasSource
Method
hasSource
deps/v8/tools/profview/profview.js:1586–1588 ·
view source on GitHub ↗
(functionId)
Source
from the content-addressed store, hash-verified
1584
}
1585
1586
hasSource(functionId) {
1587
return
this.functions.has(functionId);
1588
}
1589
1590
generateSourceView(functionId) {
1591
console.assert(this.hasSource(functionId));
Callers
2
generateSourceView
Method · 0.95
expandTree
Method · 0.80
Calls
1
has
Method · 0.65
Tested by
no test coverage detected