MCPcopy Index your code
hub / github.com/callstack/agent-device / retryableUploadStreamDetail

Function retryableUploadStreamDetail

src/upload-stream.ts:196–198  ·  view source on GitHub ↗
(options: { retryable?: boolean })

Source from the content-addressed store, hash-verified

194}
195
196function retryableUploadStreamDetail(options: { retryable?: boolean }): Record<string, true> {
197 return options.retryable === true ? { [UPLOAD_STREAM_RETRYABLE_DETAIL]: true } : {};
198}
199
200function emitUploadAttemptStarted(
201 progress: UploadStreamProgressOptions | undefined,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected