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

Method name

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

Source from the content-addressed store, hash-verified

332 }
333
334 get name(): string {
335 return this.native?.name;
336 }
337
338 get size(): number {
339 return this.native?.size;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected