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

Function parse

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

Source from the content-addressed store, hash-verified

40}
41
42export function parse(snowflake: Snowflake) {
43 return {
44 timestamp: getTimestamp(snowflake),
45 workerId: getWorkerId(snowflake),
46 processId: getProcessId(snowflake),
47 increment: getIncrement(snowflake),
48 };
49}

Callers 6

FeedPostFunction · 0.85
MessageContentsFunction · 0.85
EmbedTextFunction · 0.85
parserForFunction · 0.85
reactFunction · 0.85
index.tsxFile · 0.85

Calls 4

getWorkerIdFunction · 0.85
getProcessIdFunction · 0.85
getIncrementFunction · 0.85
getTimestampFunction · 0.70

Tested by

no test coverage detected