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

Method create

packages/shell/src/model/node-children.ts:13–18  ·  view source on GitHub ↗
(nodeChildren: INodeChildren | null)

Source from the content-addressed store, hash-verified

11 }
12
13 static create(nodeChildren: INodeChildren | null): IPublicModelNodeChildren | null {
14 if (!nodeChildren) {
15 return null;
16 }
17 return new NodeChildren(nodeChildren);
18 }
19
20 /**
21 * 返回当前 children 实例所属的节点实例

Callers 11

ownerMethod · 0.45
getMethod · 0.45
forEachMethod · 0.45
reverseMethod · 0.45
mapMethod · 0.45
everyMethod · 0.45
someMethod · 0.45
filterMethod · 0.45
findMethod · 0.45
reduceMethod · 0.45
mergeChildrenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected