MCPcopy 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
101function getAgentDisplayName(agentId: string): string {
102 return AGENT_NAMES[agentId] || agentId;
103}
104
105function formatPrimaryDate(dateString: string): string {
106 return new Intl.DateTimeFormat("zh-CN", {

Callers 1

CronJobCardFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected