MCPcopy
hub / github.com/OpenCoworkAI/open-codesign / workspace-reader.test.ts

File workspace-reader.test.ts

apps/desktop/src/main/workspace-reader.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { mkdir, mkdtemp, symlink, writeFile } from 'node:fs/promises';
2import { tmpdir } from 'node:os';
3import { join } from 'node:path';
4import { afterEach, beforeEach, describe, expect, it } from 'vitest';

Callers

nothing calls this directly

Calls 7

readWorkspaceFilesAtFunction · 0.90
readWorkspaceFileAtFunction · 0.90
listWorkspaceFilesAtFunction · 0.90
listWorkspaceDirectoryAtFunction · 0.90
makeTmpFunction · 0.85
writeFileFunction · 0.85

Tested by

no test coverage detected