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

Function shouldRetryDirectUpload

src/remote/upload-client.ts:140–143  ·  view source on GitHub ↗
(error: unknown)

Source from the content-addressed store, hash-verified

138}
139
140function shouldRetryDirectUpload(error: unknown): boolean {
141 if (!(error instanceof AppError)) return true;
142 return isRetryableUploadStreamError(error);
143}
144
145async function uploadLegacyArtifact(options: {
146 normalizedBase: string;

Callers 1

Calls 1

Tested by

no test coverage detected