MCPcopy Create free account
hub / github.com/clayrisser/create-react-renderer / constructor

Method constructor

phaseG/src/elements/Program.ts:10–12  ·  view source on GitHub ↗
(props: Props = {})

Source from the content-addressed store, hash-verified

8 static defaultProps: Props = {};
9
10 constructor(props: Props = {}) {
11 super(t.program([]), props);
12 }
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected