MCPcopy Create free account
hub / github.com/Chat2AnyLLM/code-agent-manager / AvailableTargets

Function AvailableTargets

internal/metadata/refresh.go:506–508  ·  view source on GitHub ↗

AvailableTargets returns the list of code agent IDs that support the given kind, sorted. Used by the UI to populate the install-target picker.

(kind string)

Source from the content-addressed store, hash-verified

504// AvailableTargets returns the list of code agent IDs that support the given
505// kind, sorted. Used by the UI to populate the install-target picker.
506func AvailableTargets(kind string) []string {
507 return entities.SupportedApps(entities.Kind(kind))
508}
509
510// SearchPaged runs a paginated search and decorates each item with the list of
511// code agents it is currently installed to.

Callers 1

handleMetadataTargetsMethod · 0.92

Calls 2

SupportedAppsFunction · 0.92
KindTypeAlias · 0.92

Tested by

no test coverage detected