MCPcopy Create free account
hub / github.com/TanStack/query / emit

Function emit

packages/query-devtools/src/__tests__/utils.test.ts:1361–1365  ·  view source on GitHub ↗
(matches: boolean)

Source from the content-addressed store, hash-verified

1359 return {
1360 matchMedia,
1361 emit(matches: boolean) {
1362 listeners.forEach((listener) =>
1363 listener({ matches } as MediaQueryListEvent),
1364 )
1365 },
1366 listenerCount: () => listeners.size,
1367 }
1368 }

Callers 1

utils.test.tsFile · 0.85

Calls 1

listenerFunction · 0.50

Tested by

no test coverage detected