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

Method scriptURL

test/common/inspector-helper.js:337–339  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

335 }
336
337 scriptURL() {
338 return pathToFileURL(this.scriptPath());
339 }
340}
341
342class NodeInstance extends EventEmitter {

Callers 7

_onMessageMethod · 0.95
testBreakpointOnStartFunction · 0.80
testBreakpointOnStartFunction · 0.80
testBreakpointFunction · 0.80
testBreakpointOnStartFunction · 0.80
testBreakpointFunction · 0.80

Calls 2

scriptPathMethod · 0.95
pathToFileURLFunction · 0.50

Tested by

no test coverage detected