(props: Props = {})
| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected