MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / marker.test.ts

File marker.test.ts

packages/migration-legacy/test/marker.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 5

mkdtempFunction · 0.85
readMarkerFunction · 0.85
writeMarkerFunction · 0.85
appendMarkerRunFunction · 0.85
writeFileFunction · 0.50

Tested by

no test coverage detected