Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/query
/ isServerFn
Function
isServerFn
packages/query-core/src/environmentManager.ts:9–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
*/
8
export
const
environmentManager = (() => {
9
let
isServerFn: IsServerValue = () => isServer
10
11
return
{
12
/**
Callers
1
isServer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected