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

Method create

packages/shell/src/model/props.ts:14–19  ·  view source on GitHub ↗
(props: InnerProps | undefined | null)

Source from the content-addressed store, hash-verified

12 }
13
14 static create(props: InnerProps | undefined | null): IPublicModelProps | null {
15 if (!props) {
16 return null;
17 }
18 return new Props(props);
19 }
20
21 /**
22 * id

Callers 3

nodeMethod · 0.45
getPropMethod · 0.45
getExtraPropMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected