MCPcopy
hub / github.com/warp-drive-data/warp-drive / HasAdapterForFn

Interface HasAdapterForFn

packages/holodeck/src/index.ts:280–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280interface HasAdapterForFn {
281 adapterFor(this: Store, modelName: string): MinimumAdapterInterface;
282 adapterFor(this: Store, modelName: string, _allowMissing?: true): MinimumAdapterInterface | undefined;
283}
284
285/*
286 _fetchRequest(options: FetchRequestInit): Promise<Response> {

Callers 8

snapshot-test.jsFile · 0.65
store-test.jsFile · 0.65
scenarios-test.tsFile · 0.65

Implementers 5

Storepackages/-ember-data/src/store.ts
LegacyConfiguredStorewarp-drive-packages/legacy/src/index.t
Storetests/legacy/tests/-test-store/store.t
TestStoretests/legacy/tests/-test-store/store.t
TestStoretests/dont-write-new-tests-here/tests/

Calls

no outgoing calls

Tested by

no test coverage detected