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

Method maxOperationRetryTime

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

Source from the content-addressed store, hash-verified

623 }
624
625 get maxOperationRetryTime(): number {
626 return this.native?.maxOperationRetryTime;
627 }
628
629 set maxOperationRetryTime(value) {
630 this.native.maxOperationRetryTime = value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected