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

Method isToplevel

deps/v8/tools/parse-processor.mjs:674–676  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

672 }
673
674 isToplevel() {
675 return this.parent === null;
676 }
677
678 containsPosition(position) {
679 return this.start <= position && position <= this.end;

Callers 4

finalizeMethod · 0.80
calculateMetricsMethod · 0.80
mjsunit.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected