MCPcopy Create free account
hub / github.com/garrytan/gstack / parseJsonl

Function parseJsonl

test/telemetry.test.ts:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32function parseJsonl(): any[] {
33 return readJsonl().map(line => JSON.parse(line));
34}
35
36beforeEach(() => {
37 tmpDir = fs.mkdtempSync(path.join(os.tmpdir(), 'gstack-tel-'));

Callers 1

telemetry.test.tsFile · 0.85

Calls 1

readJsonlFunction · 0.70

Tested by

no test coverage detected