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

Method prefixes

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

Source from the content-addressed store, hash-verified

229 }
230
231 get prefixes(): Reference[] {
232 const items = this.native.prefixes;
233 const count = items.count;
234 const result = [];
235 for (let i = 0; i < count; i++) {
236 result.push(Reference.fromNative(items.objectAtIndex(i)));
237 }
238 return result;
239 }
240}
241
242export class Metadata implements IMetadata {

Callers

nothing calls this directly

Calls 2

pushMethod · 0.65
fromNativeMethod · 0.45

Tested by

no test coverage detected