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

Method size

packages/firebase-storage/index.android.ts:343–345  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

341 }
342
343 get size(): number {
344 return this.native.getSizeBytes?.();
345 }
346
347 get timeCreated() {
348 const time = this.native.getCreationTimeMillis?.();

Callers 2

itemsMethod · 0.45
prefixesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected