MCPcopy Index your code
hub / github.com/AmintaCCCP/GithubStarsManager / t

Function t

src/components/RepositoryCard.tsx:565–565  ·  view source on GitHub ↗
(zh: string, en: string)

Source from the content-addressed store, hash-verified

563 }, [repository.analysis_failed, repository.analyzed_at, language]);
564
565 const t = (zh: string, en: string) => language === 'zh' ? zh : en;
566
567 const handleUnstar = async () => {
568 if (!githubToken) {

Callers 2

handleAIAnalyzeFunction · 0.70
handleUnstarFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected