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

Method fullPath

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

Source from the content-addressed store, hash-verified

373 }
374
375 get fullPath(): string {
376 return this.native?.fullPath;
377 }
378
379 get name(): string {
380 return this.native?.name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected