MCPcopy Create free account
hub / github.com/AsyncFuncAI/deepwiki-open / t

Function t

src/components/ProcessedProjects.tsx:49–54  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

47 };
48
49 const t = (key: string) => {
50 if (messages?.projects?.[key]) {
51 return messages.projects[key];
52 }
53 return defaultMessages[key as keyof typeof defaultMessages] || key;
54 };
55
56 useEffect(() => {
57 const fetchProjects = async () => {

Callers 1

ProcessedProjectsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected