MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / selectMessageFeedbackCategory

Function selectMessageFeedbackCategory

cli/src/state/feedback-store.ts:154–155  ·  view source on GitHub ↗
(messageId: string)

Source from the content-addressed store, hash-verified

152export const selectHasSubmittedFeedback = (messageId: string) => (state: FeedbackStore) =>
153 state.messagesWithFeedback.has(messageId)
154export const selectMessageFeedbackCategory = (messageId: string) => (state: FeedbackStore) =>
155 state.messageFeedbackCategories.get(messageId)

Callers 2

MessageFooterFunction · 0.90

Calls 1

getMethod · 0.65

Tested by

no test coverage detected