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

Function selectHasSubmittedFeedback

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

Source from the content-addressed store, hash-verified

150export const selectIsFeedbackOpenForMessage = (messageId: string) => (state: FeedbackStore) =>
151 state.feedbackMode && state.feedbackMessageId === messageId
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

no outgoing calls

Tested by

no test coverage detected