MCPcopy Create free account
hub / github.com/Dimillian/CodexMonitor / resetLabel

Function resetLabel

src/features/threads/hooks/threadMessagingHelpers.ts:196–199  ·  view source on GitHub ↗
(value?: number | null)

Source from the content-addressed store, hash-verified

194}
195
196function resetLabel(value?: number | null): string | null {
197 const resetAt = normalizeReset(value);
198 return resetAt ? formatRelativeTime(resetAt) : null;
199}
200
201function getCollaborationModeId(
202 collaborationMode?: Record<string, unknown> | null,

Callers 1

buildStatusLinesFunction · 0.85

Calls 2

formatRelativeTimeFunction · 0.90
normalizeResetFunction · 0.85

Tested by

no test coverage detected