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

Method constructor

examples/lit/basic/src/lifecycle-contract.ts:58–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56
57class ContractProviderB extends QueryClientProvider {
58 constructor() {
59 super()
60 this.client = contractClientB
61 }
62
63 protected override createRenderRoot(): HTMLElement | DocumentFragment {
64 return this

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected