MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / removePath

Function removePath

services/cloud-agent-next/wrapper/src/session-bootstrap.ts:212–222  ·  view source on GitHub ↗
(filePath: string, signal?: AbortSignal)

Source from the content-addressed store, hash-verified

210 inactivityTimeoutMs: LONG_COMMAND_INACTIVITY_TIMEOUT_MS,
211 hardTimeoutMs: LONG_COMMAND_HARD_TIMEOUT_MS,
212 onOutput: gitProgressReporter(progress, step, progressPrefix),
213 };
214}
215
216export class RestoredWorkspaceReconciliationError extends Error {
217 constructor(message: string, options?: ErrorOptions) {
218 super(message, options);
219 this.name = 'RestoredWorkspaceReconciliationError';
220 }
221}
222
223export function workspaceBootstrapErrorCode(
224 error: unknown
225): 'WORKSPACE_RECONCILIATION_FAILED' | 'WORKSPACE_SETUP_FAILED' {

Callers 2

cleanupWorkspaceFunction · 0.85
cloneRepositoryFunction · 0.85

Calls 2

runProcessFunction · 0.85

Tested by

no test coverage detected