MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / normalizeTier

Function normalizeTier

frontend/dashboard/src/components/Feedback.tsx:25–27  ·  view source on GitHub ↗
(tier: string)

Source from the content-addressed store, hash-verified

23}
24
25function normalizeTier(tier: string): string {
26 return tier;
27}
28
29function storedFeedback(request: RecentRequest): FeedbackResult | null {
30 if (!request.feedback_action) return null;

Callers 2

storedFeedbackFunction · 0.85
FeedbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected