MCPcopy Create free account
hub / github.com/alibaba/lowcode-engine / isRoot

Method isRoot

packages/designer/src/document/node/node.ts:478–480  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

476 }
477
478 isRoot(): boolean {
479 return this.isRootNode;
480 }
481
482 get isRootNode(): boolean {
483 return this.document.rootNode === (this as any);

Callers 2

getSuitablePlaceMethod · 0.95
getRectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected