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

Method IsEnabled

internal/tools/registry.go:59–64  ·  view source on GitHub ↗

IsEnabled reports whether the tool participates in launch/upgrade.

()

Source from the content-addressed store, hash-verified

57
58// IsEnabled reports whether the tool participates in launch/upgrade.
59func (t Tool) IsEnabled() bool {
60 if t.Enabled == nil {
61 return true
62 }
63 return *t.Enabled
64}
65
66// LaunchCommand returns the CLI binary name to launch. Falls back to the
67// tool key when cli_command is empty.

Callers 12

EnabledNamesMethod · 0.45
providerDTOFunction · 0.45
ListProvidersForToolMethod · 0.45
toolDTOWithFunction · 0.45
autoResolveFunction · 0.45
providerListCommandMethod · 0.45
enabledStringFunction · 0.45
buildEndpointStepMethod · 0.45
entityListCommandFunction · 0.45
TestProviderCRUDFunction · 0.45
providerFromEndpointFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestProviderCRUDFunction · 0.36