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

Method metadata

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

Source from the content-addressed store, hash-verified

56 }
57
58 get metadata(): Metadata {
59 return Metadata.fromNative(this.native.getStorage().getMetadata());
60 }
61
62 get ref(): Reference {
63 return Reference.fromNative(this.native.getStorage());

Callers

nothing calls this directly

Calls 2

getMetadataMethod · 0.65
fromNativeMethod · 0.45

Tested by

no test coverage detected