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

Method hasSource

deps/v8/tools/profview/profview.js:1586–1588  ·  view source on GitHub ↗
(functionId)

Source from the content-addressed store, hash-verified

1584 }
1585
1586 hasSource(functionId) {
1587 return this.functions.has(functionId);
1588 }
1589
1590 generateSourceView(functionId) {
1591 console.assert(this.hasSource(functionId));

Callers 2

generateSourceViewMethod · 0.95
expandTreeMethod · 0.80

Calls 1

hasMethod · 0.65

Tested by

no test coverage detected