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

Method size

packages/firebase-storage/index.ios.ts:338–340  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

336 }
337
338 get size(): number {
339 return this.native?.size;
340 }
341
342 get timeCreated() {
343 return this.native.timeCreated;

Callers 3

providerDataMethod · 0.45
appsMethod · 0.45
deserializeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected