MCPcopy Create free account
hub / github.com/TanStack/query /

Class

packages/query-devtools/src/contexts/PiPContext.tsx:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29class PipOpenError extends Error {}
30
31const PiPContext = createContext<Accessor<PiPContextType> | undefined>(
32 undefined,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected