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

Method waitForProjectSyncRetryDelay

src/node/runtime/SSHRuntime.ts:1083–1088  ·  view source on GitHub ↗
(
    ms: number,
    abortSignal?: AbortSignal
  )

Source from the content-addressed store, hash-verified

1081 }
1082
1083 protected async waitForProjectSyncRetryDelay(
1084 ms: number,
1085 abortSignal?: AbortSignal
1086 ): Promise<void> {
1087 await sleepWithAbort(ms, abortSignal);
1088 }
1089
1090 private async computeSnapshotDigest(projectPath: string): Promise<string> {
1091 // Workspace materialization only depends on branch tips. Tags are shared repo

Callers 1

syncProjectToRemoteMethod · 0.95

Calls 1

sleepWithAbortFunction · 0.90

Tested by

no test coverage detected