Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
9
export
const
tsToSentAt = (ts: string) => {
10
return
new
Date(parseFloat(ts) * 1000);
11
};
Callers
4
saveMessagesSynchronous
Function · 0.90
saveMessagesTransaction
Function · 0.90
addMessage
Function · 0.90
changeMessage
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected