Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChatLab/ChatLab
/ localTs
Function
localTs
packages/parser/src/formats/fixture.test.ts:31–33 ·
view source on GitHub ↗
(isoLocal: string)
Source
from the content-addressed store, hash-verified
29
}
30
31
function
localTs(isoLocal: string): number {
32
return
Math.floor(
new
Date(isoLocal).getTime() / 1000)
33
}
34
35
function
json(value: unknown): string {
36
return
JSON.stringify(value, null, 2)
Callers
1
fixture.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected