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

Function enabledString

internal/cli/provider_cmd.go:127–132  ·  view source on GitHub ↗
(ep providers.Endpoint)

Source from the content-addressed store, hash-verified

125}
126
127func enabledString(ep providers.Endpoint) string {
128 if ep.IsEnabled() {
129 return "yes"
130 }
131 return "no"
132}
133
134func (a *App) providerShowCommand(state *globalState) *cobra.Command {
135 var revealKey bool

Callers 1

writeProviderTableFunction · 0.85

Calls 1

IsEnabledMethod · 0.45

Tested by

no test coverage detected