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

Method fullPath

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

Source from the content-addressed store, hash-verified

321 }
322
323 get fullPath(): string {
324 return this.native.getPath?.();
325 }
326
327 get generation(): string {
328 return this.native.getGeneration?.();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected