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

Function withCodexRawFile

src/core/parser-codex-extra.test.ts:45–50  ·  view source on GitHub ↗
(content: string, run: (sessionsDir: string) => void)

Source from the content-addressed store, hash-verified

43}
44
45function withCodexRawFile(content: string, run: (sessionsDir: string) => void): void {
46 withCodexRoot((sessionsDir) => {
47 writeCodexFixture(sessionsDir, '2025/06/15/rollout-2025-06-15-test.jsonl', content);
48 run(sessionsDir);
49 });
50}
51
52function withCodexFiles(files: CodexFixture[], run: (sessionsDir: string) => void): void {
53 withCodexRoot((sessionsDir) => {

Callers 1

Calls 3

withCodexRootFunction · 0.85
writeCodexFixtureFunction · 0.85
runFunction · 0.85

Tested by

no test coverage detected