Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/query
/ batchNotifyFn
Function
batchNotifyFn
packages/query-core/src/notifyManager.ts:23–25 ·
view source on GitHub ↗
(callback: () => void)
Source
from the content-addressed store, hash-verified
21
callback()
22
}
23
let
batchNotifyFn: BatchNotifyFunction = (callback: () => void) => {
24
callback()
25
}
26
let
scheduleFn = defaultScheduler
27
28
const
schedule = (callback: NotifyCallback): void => {
Callers
1
flush
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected