MCPcopy Create free account
hub / github.com/cloudflare/computer / workspace.test.ts

File workspace.test.ts

packages/computer/src/workspace.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { SQLiteTestStorage } from "@cloudflare/dofs/testing";
2import { describe, expect, it, vi } from "vitest";
3
4import type { BackendHandle, WorkspaceBackend } from "./backend.js";

Callers

nothing calls this directly

Calls 15

execBackendFunction · 0.85
makeBackendFunction · 0.85
handleFunction · 0.85
createGitClientFunction · 0.85
writeWatermarkFunction · 0.85
writeFetchCursorFunction · 0.85
readWatermarkFunction · 0.85
readFetchCursorFunction · 0.85
tripwireFunction · 0.85
transportFailingBackendFunction · 0.85
expectThinkWorkspaceFunction · 0.85
rejectMethod · 0.80

Tested by

no test coverage detected