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

Function NewProviderService

internal/desktop/provider_service.go:16–18  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

14}
15
16func NewProviderService(path string) *ProviderService {
17 return &ProviderService{path: path}
18}
19
20func (s *ProviderService) api() appapi.ProviderAPI {
21 return appapi.ProviderAPI{DBPath: s.path}

Calls

no outgoing calls