Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ get-call-sites-mapped.js
File
get-call-sites-mapped.js
test/fixtures/source-map/get-call-sites-mapped.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{getCallSites}=require(
'node:util'
);process.stdout.write(JSON.stringify(getCallSites({sourceMap:true})[0]));
2
//# sourceMappingURL=get-call-sites-mapped.map
Callers
nothing calls this directly
Calls
3
getCallSites
Function · 0.85
require
Function · 0.50
write
Method · 0.45
Tested by
no test coverage detected