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

Method md5hash

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

Source from the content-addressed store, hash-verified

324 }
325
326 get md5hash(): string {
327 return this.native?.md5Hash;
328 }
329
330 get metageneration(): string {
331 return String(this.native.metageneration);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected