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

Function TestValuesView

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

Source from the content-addressed store, hash-verified

180);
181
182const TestValuesView = (
183 props: ValuesProps & {readonly valuePrefix?: string},
184) => (
185 <ValuesView
186 {...props}
187 valueComponent={TestValueView}
188 getValueComponentProps={(_valueId: Id) => ({
189 valuePrefix: props.valuePrefix,
190 })}
191 />
192);
193
194const TestValueView = (props: ValueProps & {readonly valuePrefix?: string}) => (
195 <>

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…