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

Method script

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

Source from the content-addressed store, hash-verified

501 }
502
503 script() {
504 if (this._script === null)
505 this._script = fs.readFileSync(this.scriptPath(), 'utf8');
506 return this._script;
507 }
508}
509
510function onResolvedOrRejected(promise, callback) {

Callers 6

scriptMethod · 0.45
testBreakpointFunction · 0.45
testBreakpointFunction · 0.45
forceBufferFullEventFunction · 0.45

Calls 2

scriptPathMethod · 0.95
readFileSyncMethod · 0.45

Tested by

no test coverage detected