(zh: string, en: string)
| 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) { |
no outgoing calls
no test coverage detected