Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
isEmptyNode
Method · 0.95
getRGL
Method · 0.95
Calls
1
isEmpty
Method · 0.65
Tested by
no test coverage detected