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

Function thing

src/ui-solid-dom/EditableValueView.tsx:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 const store = useStoreOrStoreById(() => props.store);
22 return EditableThing({
23 get thing() {
24 return value();
25 },
26 onThingChange: setValue,
27 class: props.className ?? EDITABLE + VALUE,
28 showType: props.showType,

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…