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

Function ValueView

docs/pseudo.esm.sh/tinybase@9.0.0/ui-solid-dom/index.js:301–314  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

299 (checkpointIds) => checkpointIds[2]
300);
301var ValueView = (props) => {
302 const value = useValue(
303 () => props.valueId,
304 () => props.store
305 );
306 return memo(
307 () => wrap(
308 EMPTY_STRING + (getValue(value) ?? EMPTY_STRING),
309 void 0,
310 props.debugIds,
311 props.valueId
312 )
313 );
314};
315
316// dist/ui-solid-dom/index.js
317var getTypeOf2 = (thing) => typeof thing;

Callers

nothing calls this directly

Calls 3

useValueFunction · 0.70
wrapFunction · 0.70
getValueFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…