MCPcopy Index your code
hub / github.com/coder/coder / sortMessagesDescending

Function sortMessagesDescending

site/src/api/queries/chatMessageEdits.ts:62–64  ·  view source on GitHub ↗
(
	messages: readonly TypesGen.ChatMessage[],
)

Source from the content-addressed store, hash-verified

60});
61
62const sortMessagesDescending = (
63 messages: readonly TypesGen.ChatMessage[],
64): TypesGen.ChatMessage[] => [...messages].sort((a, b) => b.id - a.id);
65
66const upsertFirstPageMessage = (
67 messages: readonly TypesGen.ChatMessage[],

Callers 1

upsertFirstPageMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected