Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ findFunctionInProfile
Function
findFunctionInProfile
deps/v8/test/inspector/cpu-profiler/console-profile.js:56–59 ·
view source on GitHub ↗
(nodes, functionName)
Source
from the content-addressed store, hash-verified
54
}
55
56
function
findFunctionInProfile(nodes, functionName)
57
{
58
return
nodes.some(n => n.callFrame.functionName === functionName);
59
}
Callers
1
checkInnerProfile
Function · 0.85
Calls
1
some
Method · 0.80
Tested by
no test coverage detected