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

Function getData

packages/solid-query/src/__tests__/useQuery.test-d.tsx:274–277  ·  view source on GitHub ↗
(
        _dataType: TDataType,
      )

Source from the content-addressed store, hash-verified

272 }
273
274 const getData = <TDataType extends DataType>(
275 _dataType: TDataType,
276 ): Promise<DataTypeToEntity[TDataType]> =>
277 Promise.resolve({} as DataTypeToEntity[TDataType])
278
279 const getLabel = <TDataType extends DataType>(
280 _dataType: TDataType,

Callers 1

TestFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected