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

Method getOrCreateSourceInfo

deps/v8/tools/profile.mjs:630–632  ·  view source on GitHub ↗
(entry)

Source from the content-addressed store, hash-verified

628 }
629
630 getOrCreateSourceInfo(entry) {
631 return entry.source ?? (entry.source = new SourceInfo());
632 }
633
634 addScriptSource(id, url, source) {
635 const script = this.getOrCreateScript(id);

Callers 2

addSourcePositionsMethod · 0.95
addDisassembleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected