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

Method generation

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

Source from the content-addressed store, hash-verified

325 }
326
327 get generation(): string {
328 return this.native.getGeneration?.();
329 }
330
331 get md5hash(): string {
332 return this.native?.getMd5Hash?.();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected