MCPcopy Create free account
hub / github.com/tinyplex/tinybase / TestValueView

Function TestValueView

test/unit/core/ui-solid/components.test.tsx:194–200  ·  view source on GitHub ↗
(props: ValueProps & {readonly valuePrefix?: string})

Source from the content-addressed store, hash-verified

192);
193
194const TestValueView = (props: ValueProps & {readonly valuePrefix?: string}) => (
195 <>
196 {props.valueId}
197 {props.valuePrefix}
198 <ValueView {...props} />
199 </>
200);
201
202const TestMetricView = (props: MetricProps) => (
203 <>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…