MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / workspace.test.ts

File workspace.test.ts

services/cloud-agent-next/src/workspace.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, beforeEach, vi } from 'vitest';
2import type { CloudAgentWorktreeId } from '@kilocode/session-ingest-contracts';
3
4const { mockTimeoutWarn, mockTimeoutWithFields, mockTimeoutWithTags } = vi.hoisted(() => {

Callers

nothing calls this directly

Calls 11

setupWorkspaceFunction · 0.90
manageBranchFunction · 0.90
checkDiskSpaceFunction · 0.90
createSandboxUsageEventFunction · 0.90
cloneGitHubRepoFunction · 0.90
cloneGitRepoFunction · 0.90
updateGitAuthorFunction · 0.90
updateGitRemoteUrlFunction · 0.90
updateGitRemoteTokenFunction · 0.90
cleanupStaleWorkspacesFunction · 0.90

Tested by

no test coverage detected