MCPcopy Index your code
hub / github.com/NativeScript/firebase / size

Method size

packages/firebase-firestore/index.android.ts:719–721  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

717 }
718
719 get size(): number {
720 return this.native.size();
721 }
722
723 docChanges(options?: SnapshotListenOptions): DocumentChange[] {
724 let changes: java.util.List<com.google.firebase.firestore.DocumentChange>;

Callers 4

deserializeFieldFunction · 0.45
docsMethod · 0.45
docChangesMethod · 0.45
forEachMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected