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

Method md5hash

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

Source from the content-addressed store, hash-verified

329 }
330
331 get md5hash(): string {
332 return this.native?.getMd5Hash?.();
333 }
334
335 get metageneration(): string {
336 return this.native.getMetadataGeneration?.();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected