Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Linen-dev/linen.dev
/ parseSlackSentAt
Function
parseSlackSentAt
packages/serializers/src/sentAt.ts:1–3 ·
view source on GitHub ↗
(ts: string)
Source
from the content-addressed store, hash-verified
1
export
function
parseSlackSentAt(ts: string) {
2
return
new
Date(parseFloat(ts) * 1000).getTime();
3
}
4
5
export
function
parseDiscordSentAt(ts: string) {
6
return
new
Date(ts).getTime();
Callers
5
sentAt.test.ts
File · 0.90
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