MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / jsonLine

Function jsonLine

packages/parser/src/formats/fixture.test.ts:39–41  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

37}
38
39function jsonLine(value: unknown): string {
40 return JSON.stringify(value)
41}
42
43async function parseFixture(fixture: ParserFixture): Promise<ParseResult> {
44 const dir = mkdtempSync(join(tmpdir(), 'chatlab-parser-fixture-'))

Callers 1

fixture.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected