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

Method name

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

Source from the content-addressed store, hash-verified

337 }
338
339 get name(): string {
340 return this.native.getName?.();
341 }
342
343 get size(): number {
344 return this.native.getSizeBytes?.();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected