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

Method getName

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

Source from the content-addressed store, hash-verified

950 }
951
952 getName() {
953 const name = this.sfi.getName();
954 return this.type + ': ' + this.getState() + name;
955 }
956
957 /**
958 * Returns raw node name (without type decoration).

Callers 1

toStringMethod · 0.95

Calls 2

getStateMethod · 0.95
getNameMethod · 0.45

Tested by

no test coverage detected