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

Function notifyFn

packages/query-core/src/notifyManager.ts:20–22  ·  view source on GitHub ↗
(callback)

Source from the content-addressed store, hash-verified

18 let queue: Array<NotifyCallback> = []
19 let transactions = 0
20 let notifyFn: NotifyFunction = (callback) => {
21 callback()
22 }
23 let batchNotifyFn: BatchNotifyFunction = (callback: () => void) => {
24 callback()
25 }

Callers 2

scheduleFunction · 0.85
flushFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected