MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / isEmpty

Method isEmpty

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

Source from the content-addressed store, hash-verified

1111
1112 // ======= compatible apis ====
1113 isEmpty(): boolean {
1114 return this.children ? this.children.isEmpty() : true;
1115 }
1116
1117 getChildren() {
1118 return this.children;

Callers 2

isEmptyNodeMethod · 0.95
getRGLMethod · 0.95

Calls 1

isEmptyMethod · 0.65

Tested by

no test coverage detected