Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ isRoot
Method
isRoot
deps/v8/tools/system-analyzer/log/map.mjs:103–105 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
101
}
102
103
isRoot() {
104
return
this.edge === undefined || this.edge.from === undefined;
105
}
106
107
contains(map) {
108
return
this.leftId < map.leftId && map.rightId < this.rightId;
Callers
15
finalize
Method · 0.80
box2d.js
File · 0.80
copy.js
File · 0.80
zlib.js
File · 0.80
lua_binarytrees.js
File · 0.80
fannkuch.js
File · 0.80
primes.js
File · 0.80
memops.js
File · 0.80
fasta.js
File · 0.80
corrections.js
File · 0.80
box2d.js
File · 0.80
copy.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected