MCPcopy Create free account
hub / github.com/triggerdotdev/jsonhero-web / cb

Function cb

app/hooks/useLoadWhenOnline.tsx:11–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10 useEffect(() => {
11 const cb = () => callbackRef.current();
12
13 if (window.navigator.onLine) {
14 cb();

Callers 1

useLoadWhenOnlineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected