Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ root
Method
root
deps/v8/tools/js/web-api-helper.mjs:97–99 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
95
}
96
97
get root() {
98
return
this.$(
'#root'
);
99
}
100
101
setProgress(progress, processedBytes = 0) {
102
this.progress = Math.max(0, Math.min(progress, 1));
Callers
nothing calls this directly
Calls
1
$
Method · 0.45
Tested by
no test coverage detected