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

Method fullPath

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

Source from the content-addressed store, hash-verified

386 }
387
388 get fullPath(): string {
389 return this.native?.getPath?.();
390 }
391
392 get name(): string {
393 return this.native?.getName?.();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected