MCPcopy Index your code
hub / github.com/tinyplex/tinybase / ValueView

Function ValueView

src/ui-react/ValueView.tsx:9–17  ·  view source on GitHub ↗
({
  valueId,
  store,
  debugIds,
}: ValueProps)

Source from the content-addressed store, hash-verified

7import {useValue} from './hooks.ts';
8
9export const ValueView: typeof ValueViewDecl = ({
10 valueId,
11 store,
12 debugIds,
13}: ValueProps): any => (
14 <Wrap debugIds={debugIds} id={valueId}>
15 {EMPTY_STRING + (useValue(valueId, store) ?? EMPTY_STRING)}
16 </Wrap>
17);

Callers

nothing calls this directly

Calls 1

useValueFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…