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

Method Upgrade

internal/desktop/tool_service.go:111–113  ·  view source on GitHub ↗
(name string, dryRun bool)

Source from the content-addressed store, hash-verified

109}
110
111func (s *ToolService) Upgrade(name string, dryRun bool) (OperationResult, error) {
112 return s.Install(name, dryRun)
113}
114
115func loadTool(name string) (tools.Tool, error) {
116 registry, err := tools.LoadDefault()

Callers

nothing calls this directly

Calls 1

InstallMethod · 0.95

Tested by

no test coverage detected