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

Method cacheSizeBytes

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

Source from the content-addressed store, hash-verified

1381 }
1382
1383 get cacheSizeBytes(): number {
1384 return this.native.getCacheSizeBytes();
1385 }
1386
1387 set cacheSizeBytes(value) {
1388 this._builder.setCacheSizeBytes(value);

Callers

nothing calls this directly

Calls 1

_updateStoreSettingsMethod · 0.95

Tested by

no test coverage detected