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

Method root

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

Source from the content-addressed store, hash-verified

385 }
386
387 get root(): Reference {
388 return Reference.fromNative(this.native.root());
389 }
390
391 get storage() {
392 return Storage.fromNative(this.native.storage);

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected