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

Method generation

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

Source from the content-addressed store, hash-verified

320 }
321
322 get generation(): string {
323 return String(this.native.generation);
324 }
325
326 get md5hash(): string {
327 return this.native?.md5Hash;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected