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

Method getName

deps/v8/tools/codemap.mjs:306–308  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

304 }
305
306 getName() {
307 return this.name;
308 }
309
310 toString() {
311 return this.name + ': ' + this.size.toString(16);

Calls

no outgoing calls

Tested by

no test coverage detected