MCPcopy Index your code
hub / github.com/NativeScript/firebase / parent

Method parent

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

Source from the content-addressed store, hash-verified

381 }
382
383 get parent(): Reference {
384 return Reference.fromNative(this.native.parent());
385 }
386
387 get root(): Reference {
388 return Reference.fromNative(this.native.root());

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected