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

Method getScript

deps/v8/tools/profview/profview.js:1572–1574  ·  view source on GitHub ↗
(scriptId)

Source from the content-addressed store, hash-verified

1570 }
1571
1572 getScript(scriptId) {
1573 return this.scripts.get(scriptId);
1574 }
1575
1576 getLineForScriptOffset(script, scriptOffset) {
1577 let line = 0;

Callers 1

generateSourceViewMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected