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

Method metageneration

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

Source from the content-addressed store, hash-verified

328 }
329
330 get metageneration(): string {
331 return String(this.native.metageneration);
332 }
333
334 get name(): string {
335 return this.native?.name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected