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

Function handleEditable

src/ui-svelte-inspector/editable.ts:21–24  ·  view source on GitHub ↗
(event?: Event)

Source from the content-addressed store, hash-verified

19 () => maybeGet(s),
20 );
21 const handleEditable = (event?: Event) => {
22 editable.current = !editable.current;
23 event?.preventDefault();
24 };
25 return [editable, handleEditable] as const;
26};

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…