MCPcopy Index your code
hub / github.com/nodejs/node / writeJson

Function writeJson

deps/v8/tools/profile.mjs:1477–1479  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

1475};
1476
1477function writeJson(s) {
1478 write(JSON.stringify(s, null, 2));
1479}
1480
1481JsonProfile.prototype.writeJson = function () {
1482 // Write out the JSON in a partially manual way to avoid creating too-large

Callers 1

profile.mjsFile · 0.85

Calls 1

writeFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…