Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ getScripts
Method
getScripts
deps/v8/tools/parse-processor.mjs:323–325 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
321
322
// Container helper for TotalScript / Script.
323
getScripts() {
324
return
[this];
325
}
326
327
calculateMetrics(printSummary) {
328
let
log = (str) => this.summary += str +
'\n'
;
Callers
3
calculateMetrics
Method · 0.95
wasm-scripts.js
File · 0.45
wasm-scripts-with-name.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected