MCPcopy Index your code
hub / github.com/coder/mux / isRetryableProjectSyncError

Method isRetryableProjectSyncError

src/node/runtime/SSHRuntime.ts:596–598  ·  view source on GitHub ↗
(errorMsg: string)

Source from the content-addressed store, hash-verified

594 }
595
596 private isRetryableProjectSyncError(errorMsg: string): boolean {
597 return PROJECT_SYNC_RETRYABLE_ERRORS.some((pattern) => errorMsg.includes(pattern));
598 }
599
600 private async probeBaseRepoHealth(
601 baseRepoPathArg: string,

Callers 1

syncProjectToRemoteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected