Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Chat2AnyLLM/code-agent-manager
/ NewAppService
Function
NewAppService
internal/desktop/app_service.go:9–9 ·
view source on GitHub ↗
(version string)
Source
from the content-addressed store, hash-verified
7
}
8
9
func
NewAppService(version string) *AppService {
return
&AppService{version: version} }
10
11
func
(s *AppService) Version() string {
12
if
s.version ==
""
{
Callers
2
TestAppServiceVersionAndPlatform
Function · 0.85
NewServices
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestAppServiceVersionAndPlatform
Function · 0.68