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

Function ValueView

docs/pseudo.esm.sh/tinybase@9.0.0/ui-react-dom/index.js:242–246  ·  view source on GitHub ↗
({ valueId, store, debugIds })

Source from the content-addressed store, hash-verified

240 (checkpointIds) => checkpointIds[2]
241);
242var ValueView = ({ valueId, store, debugIds }) => /* @__PURE__ */ jsx(Wrap, {
243 debugIds,
244 id: valueId,
245 children: EMPTY_STRING + (useValue(valueId, store) ?? EMPTY_STRING)
246});
247
248// dist/ui-react-dom/index.js
249var getTypeOf2 = (thing) => typeof thing;

Callers

nothing calls this directly

Calls 1

useValueFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…