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

Method constructor

phaseG/src/elements/Expression.ts:27–35  ·  view source on GitHub ↗
(props: Props = {})

Source from the content-addressed store, hash-verified

25 constructor(props: Props = {}) {
26 super(
27 template.expression(
28 props.code,
29 props.options as TemplateBuilderOptions,
30 )(props.replacements as PublicReplacements),
31 props,
32 );
33 }
34}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected