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

Method maxUploadRetryTime

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

Source from the content-addressed store, hash-verified

631 }
632
633 get maxUploadRetryTime(): number {
634 return this.native?.maxUploadRetryTime;
635 }
636
637 set maxUploadRetryTime(value) {
638 this.native.maxUploadRetryTime = value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected