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

Method toString

deps/v8/tools/profile.mjs:968–970  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

966 }
967
968 toString() {
969 return this.getName() + ': ' + this.size.toString(16);
970 }
971}
972
973/**

Callers

nothing calls this directly

Calls 2

getNameMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected