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

Function handleNewIdChange

src/ui-solid-inspector/index.tsx:256–262  ·  view source on GitHub ↗
(
    event: Event & {currentTarget: HTMLInputElement},
  )

Source from the content-addressed store, hash-verified

254 );
255
256 const handleNewIdChange = (
257 event: Event & {currentTarget: HTMLInputElement},
258 ) => {
259 const id = event.currentTarget.value;
260 setNewId(id);
261 setNewIdOk(!props.has(id));
262 };
263 const handleClick = () => {
264 const id = newId();
265 if (props.has(id)) {

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…