MCPcopy 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
31function localTs(isoLocal: string): number {
32 return Math.floor(new Date(isoLocal).getTime() / 1000)
33}
34
35function json(value: unknown): string {
36 return JSON.stringify(value, null, 2)

Callers 1

fixture.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected