MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / tsToSentAt

Function tsToSentAt

packages/serializers/src/sentAt.ts:9–11  ·  view source on GitHub ↗
(ts: string)

Source from the content-addressed store, hash-verified

7}
8
9export const tsToSentAt = (ts: string) => {
10 return new Date(parseFloat(ts) * 1000);
11};

Callers 4

saveMessagesSynchronousFunction · 0.90
saveMessagesTransactionFunction · 0.90
addMessageFunction · 0.90
changeMessageFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected