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

Function handleClose

src/ui-solid-inspector/index.tsx:1016–1016  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1014 const position = useValue(POSITION_VALUE, props.s);
1015 const handleClick = () => open('https://tinybase.org', '_blank');
1016 const handleClose = () => props.s.setValue(OPEN_VALUE, false);
1017 const handleDock = (event: MouseEvent & {currentTarget: HTMLImageElement}) =>
1018 props.s.setValue(POSITION_VALUE, number(event.currentTarget.dataset.id));
1019

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…