Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Chat2AnyLLM/code-agent-manager
/ NewLaunchService
Function
NewLaunchService
internal/desktop/launch_service.go:17–19 ·
view source on GitHub ↗
(dbPath string)
Source
from the content-addressed store, hash-verified
15
}
16
17
func
NewLaunchService(dbPath string) *LaunchService {
18
return
&LaunchService{dbPath: dbPath}
19
}
20
21
func
(s *LaunchService) ListTools() ([]ToolDTO, error) {
22
return
NewToolService().List()
Callers
5
TestLaunchServiceDryRun
Function · 0.85
TestLaunchServiceApplyConfig
Function · 0.85
TestLaunchServiceApplyConfigWritesStoredAPIKey
Function · 0.85
TestLaunchServiceApplyConfigSkipsEmptyAPIKey
Function · 0.85
NewServices
Function · 0.85
Calls
no outgoing calls
Tested by
4
TestLaunchServiceDryRun
Function · 0.68
TestLaunchServiceApplyConfig
Function · 0.68
TestLaunchServiceApplyConfigWritesStoredAPIKey
Function · 0.68
TestLaunchServiceApplyConfigSkipsEmptyAPIKey
Function · 0.68