MCPcopy Create free account
hub / github.com/NativeScript/firebase / fromCache

Method fromCache

packages/firebase-firestore/index.ios.ts:252–254  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

250 }
251
252 get fromCache(): boolean {
253 return this.native.fromCache;
254 }
255
256 get hasPendingWrites(): boolean {
257 return this.native.pendingWrites;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected