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

Method toString

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

Source from the content-addressed store, hash-verified

914 }
915
916 toString() {
917 return this.getName() + ': ' + this.size.toString(16);
918 }
919}
920
921

Callers

nothing calls this directly

Calls 2

getNameMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected