| 278 | } |
| 279 | |
| 280 | interface 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> { |
no outgoing calls
no test coverage detected