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

Method isEmptyNode

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

Source from the content-addressed store, hash-verified

325 }
326
327 get isEmptyNode() {
328 return this.isEmpty();
329 }
330
331 private _slotFor?: IProp | null | undefined = null;
332

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.95

Tested by

no test coverage detected