MCPcopy 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

finalizeMethod · 0.80
box2d.jsFile · 0.80
copy.jsFile · 0.80
zlib.jsFile · 0.80
lua_binarytrees.jsFile · 0.80
fannkuch.jsFile · 0.80
primes.jsFile · 0.80
memops.jsFile · 0.80
fasta.jsFile · 0.80
corrections.jsFile · 0.80
box2d.jsFile · 0.80
copy.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected