MCPcopy Index your code
hub / github.com/AnswerOverflow/AnswerOverflow / getDate

Function getDate

packages/ui/src/utils/snowflake.tsx:19–21  ·  view source on GitHub ↗
(snowflake: Snowflake)

Source from the content-addressed store, hash-verified

17}
18
19export function getDate(snowflake: Snowflake) {
20 return new Date(getTimestamp(snowflake));
21}
22
23export function getSnowflakeUTCDate(snowflake: Snowflake) {
24 const date = getDate(snowflake);

Callers 5

MessageResultPageFunction · 0.90
TimeAgoFunction · 0.90
LayoutFunction · 0.90
LayoutFunction · 0.90
getSnowflakeUTCDateFunction · 0.70

Calls 1

getTimestampFunction · 0.70

Tested by

no test coverage detected