MCPcopy Create free account
hub / github.com/microsoft/AI-Engineering-Coach / withCodexFile

Function withCodexFile

src/core/parser-codex-extra.test.ts:38–43  ·  view source on GitHub ↗
(lines: object[], run: (sessionsDir: string) => void)

Source from the content-addressed store, hash-verified

36}
37
38function withCodexFile(lines: object[], run: (sessionsDir: string) => void): void {
39 withCodexRoot((sessionsDir) => {
40 writeCodexFixture(sessionsDir, '2025/06/15/rollout-2025-06-15-test.jsonl', lines);
41 run(sessionsDir);
42 });
43}
44
45function withCodexRawFile(content: string, run: (sessionsDir: string) => void): void {
46 withCodexRoot((sessionsDir) => {

Callers 1

parseSingleSessionFunction · 0.70

Calls 3

withCodexRootFunction · 0.85
writeCodexFixtureFunction · 0.85
runFunction · 0.85

Tested by

no test coverage detected