Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
schedule
Function · 0.85
flush
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected