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

Method getRGL

packages/shell/src/model/node.ts:659–677  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

657 }
658
659 getRGL() {
660 const {
661 isContainerNode,
662 isEmptyNode,
663 isRGLContainerNode,
664 isRGLNode,
665 isRGL,
666 rglNode,
667 } = this[nodeSymbol].getRGL();
668
669 return {
670 isContainerNode,
671 isEmptyNode,
672 isRGLContainerNode,
673 isRGLNode,
674 isRGL,
675 rglNode: Node.create(rglNode),
676 };
677 }
678}

Callers

nothing calls this directly

Calls 2

getRGLMethod · 0.65
createMethod · 0.45

Tested by

no test coverage detected