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

Method get

packages/shell/src/model/node-children.ts:109–111  ·  view source on GitHub ↗

* 返回指定下标的节点 * @param index * @returns

(index: number)

Source from the content-addressed store, hash-verified

107 * @returns
108 */
109 get(index: number): IPublicModelNode | null {
110 return ShellNode.create(this[nodeChildrenSymbol].get(index));
111 }
112
113 /**
114 * 是否包含指定节点

Callers

nothing calls this directly

Calls 2

getMethod · 0.65
createMethod · 0.45

Tested by

no test coverage detected