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

Method prefixes

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

Source from the content-addressed store, hash-verified

196 }
197
198 get prefixes(): Reference[] {
199 const items = this.native.getPrefixes?.();
200 const count = items.size();
201 const result = [];
202 for (let i = 0; i < count; i++) {
203 result.push(Reference.fromNative(items.get(i)));
204 }
205 return result;
206 }
207}
208
209export class Metadata implements IMetadata {

Callers

nothing calls this directly

Calls 4

pushMethod · 0.65
getMethod · 0.65
sizeMethod · 0.45
fromNativeMethod · 0.45

Tested by

no test coverage detected