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

Method api

internal/desktop/provider_service.go:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20func (s *ProviderService) api() appapi.ProviderAPI {
21 return appapi.ProviderAPI{DBPath: s.path}
22}
23
24func (s *ProviderService) Init() (OperationResult, error) {
25 s.mu.Lock()

Callers 9

InitMethod · 0.95
ListMethod · 0.95
ShowMethod · 0.95
AddMethod · 0.95
UpdateMethod · 0.95
RemoveMethod · 0.95
RenameMethod · 0.95
ResolveModelsMethod · 0.95
setEnabledMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected