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

Function TestValueView

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

Source from the content-addressed store, hash-verified

358);
359
360const TestValueView = (props: ValueProps & {readonly valuePrefix?: string}) => (
361 <>
362 {props.valueId}
363 {props.valuePrefix}
364 <ValueView {...props} />
365 </>
366);
367
368const TestMetricView = (props: MetricProps) => (
369 <>

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…