MCPcopy Create free account
hub / github.com/CopilotKit/OpenGenerativeUI / emitChange

Function emitChange

apps/app/src/components/desktop-tip-modal.tsx:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6
7let listeners: Array<() => void> = [];
8function emitChange() {
9 listeners.forEach((l) => l());
10}
11
12export function DesktopTipModal() {
13 const notDismissed = useSyncExternalStore(

Callers 1

dismissFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected