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

Function stringifyLines

src/core/parser-codex-extra.test.ts:28–30  ·  view source on GitHub ↗
(lines: object[])

Source from the content-addressed store, hash-verified

26}
27
28function stringifyLines(lines: object[]): string {
29 return lines.map(line => JSON.stringify(line)).join('\n');
30}
31
32function writeCodexFixture(sessionsDir: string, relativePath: string, content: string | object[]): void {
33 const filePath = path.join(sessionsDir, relativePath);

Callers 2

writeCodexFixtureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected