MCPcopy Create free account
hub / github.com/nodejs/node / getSourceName

Method getSourceName

deps/v8/tools/turbolizer/src/source-resolver.ts:357–360  ·  view source on GitHub ↗
(sourceId: number)

Source from the content-addressed store, hash-verified

355 }
356
357 public getSourceName(sourceId: number): string {
358 const source = this.sources[sourceId];
359 return `${source.sourceName}:${source.functionName}`;
360 }
361
362 public sourcePositionsInRange(sourceId: number, start: number, end: number):
363 Array<SourcePosition> {

Callers 1

insertSourcePositionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected