Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/xerrors/Yuxi
/ getAgentConfigOptionDescription
Function
getAgentConfigOptionDescription
web/src/utils/agentConfigUtils.js:41–42 ·
view source on GitHub ↗
(option)
Source
from the content-addressed store, hash-verified
39
}
40
41
export
const
getAgentConfigOptionDescription = (option) =>
42
typeof option ===
'object'
&& option !== null ? option.description ||
''
:
''
Callers
1
normalizeMentionResource
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected