MCPcopy
hub / github.com/coder/mux / createCompactionSummaryMessageId

Function createCompactionSummaryMessageId

src/node/services/utils/messageIds.ts:28–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26
27/** Compaction summary message IDs: summary-{timestamp}-{random} */
28export const createCompactionSummaryMessageId = (): string =>
29 `summary-${Date.now()}-${randomSuffix(9)}`;
30
31/** Context reset boundary IDs: context-reset-{timestamp}-{random} */
32export const createContextResetBoundaryMessageId = (): string =>

Calls 1

randomSuffixFunction · 0.85

Tested by

no test coverage detected