Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ metageneration
Method
metageneration
packages/firebase-storage/index.android.ts:335–337 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
333
}
334
335
get metageneration(): string {
336
return
this.native.getMetadataGeneration?.();
337
}
338
339
get name(): string {
340
return
this.native.getName?.();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected