Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TanStack/query
/ isFunction
Function
isFunction
packages/vue-query/src/utils.ts:109–111 ·
view source on GitHub ↗
(value: unknown)
Source
from the content-addressed store, hash-verified
107
}
108
109
function
isFunction(value: unknown): value is Function {
110
return
typeof value ===
'function'
111
}
Callers
1
cloneDeepUnref
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…