MCPcopy Create free account
hub / github.com/codeaashu/claude-code / isFollowUpDigit

Function isFollowUpDigit

src/components/FeedbackSurvey/FeedbackSurvey.tsx:110–110  ·  view source on GitHub ↗
(char: string)

Source from the content-addressed store, hash-verified

108 onRequestFeedback?: () => void;
109};
110const isFollowUpDigit = (char: string): char is '1' => char === '1';
111function FeedbackSurveyThanks(t0) {
112 const $ = _c(12);
113 const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected