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

Method hasSourceMap

deps/v8/tools/tickprocessor.mjs:1027–1029  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1025 }
1026
1027 hasSourceMap() {
1028 return this.sourceMap != null;
1029 }
1030
1031 formatFunctionName(funcName) {
1032 if (!this.hasSourceMap()) {

Callers 1

formatFunctionNameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected