Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Fibi66/FeiControl
/ getAgentDisplayName
Function
getAgentDisplayName
src/components/CronJobCard.tsx:101–103 ·
view source on GitHub ↗
(agentId: string)
Source
from the content-addressed store, hash-verified
99
}
100
101
function getAgentDisplayName(agentId: string): string {
102
return AGENT_NAMES[agentId] || agentId;
103
}
104
105
function formatPrimaryDate(dateString: string): string {
106
return new Intl.DateTimeFormat(
"zh-CN"
, {
Callers
1
CronJobCard
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected