MCPcopy
hub / github.com/different-ai/openwork / update

Function update

apps/app/src/react-app/shell/reload-coordinator.tsx:216–218  ·  view source on GitHub ↗
(event: Event)

Source from the content-addressed store, hash-verified

214
215 useEffect(() => {
216 const update = (event: Event) => {
217 setOrgOnboardingVisible(Boolean((event as CustomEvent<{ visible?: boolean }>).detail?.visible));
218 };
219
220 window.addEventListener(orgOnboardingVisibilityEvent, update);
221

Callers 2

setVoiceRuntimeSnapshotFunction · 0.50
ShellCustomizationViewFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected