Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
func
NewProviderService(path string) *ProviderService {
17
return
&ProviderService{path: path}
18
}
19
20
func
(s *ProviderService) api() appapi.ProviderAPI {
21
return
appapi.ProviderAPI{DBPath: s.path}
Callers
8
TestLaunchServiceDryRun
Function · 0.85
TestLaunchServiceApplyConfig
Function · 0.85
TestLaunchServiceApplyConfigWritesStoredAPIKey
Function · 0.85
TestLaunchServiceApplyConfigSkipsEmptyAPIKey
Function · 0.85
TestProviderServiceLifecycle
Function · 0.85
TestProviderServiceNotFound
Function · 0.85
TestProviderServiceUsesExplicitSQLitePath
Function · 0.85
NewServices
Function · 0.85
Calls
no outgoing calls
Tested by
7
TestLaunchServiceDryRun
Function · 0.68
TestLaunchServiceApplyConfig
Function · 0.68
TestLaunchServiceApplyConfigWritesStoredAPIKey
Function · 0.68
TestLaunchServiceApplyConfigSkipsEmptyAPIKey
Function · 0.68
TestProviderServiceLifecycle
Function · 0.68
TestProviderServiceNotFound
Function · 0.68
TestProviderServiceUsesExplicitSQLitePath
Function · 0.68