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

Function handleClick

src/ui-react-inspector/Header.tsx:16–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14export const Header = ({s}: StoreProp) => {
15 const position = useValue(POSITION_VALUE, s) ?? 1;
16 const handleClick = () => open('https://tinybase.org', '_blank');
17 const handleClose = useSetValueCallback(OPEN_VALUE, () => false, [], s);
18 const handleDock = useSetValueCallback(
19 POSITION_VALUE,

Callers 1

NewIdFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…