Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
function
parseJsonl(): any[] {
33
return
readJsonl().map(line => JSON.parse(line));
34
}
35
36
beforeEach(() => {
37
tmpDir = fs.mkdtempSync(path.join(os.tmpdir(),
'gstack-tel-'
));
Callers
1
telemetry.test.ts
File · 0.85
Calls
1
readJsonl
Function · 0.70
Tested by
no test coverage detected