MCPcopy
hub / github.com/TanStack/query / fn

Function fn

packages/query-core/src/__tests__/notifyManager.test.tsx:86–86  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

84
85 // we define some fn with its signature:
86 const fn: (a: string, b: number) => string = (a, b) => a + b
87
88 // now someFn expect to be called with args [a: string, b: number]
89 const someFn = notifyManagerTest.batchCalls(fn)

Callers 2

mutations.test.tsxFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected