Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Chat2AnyLLM/code-agent-manager
/ Platform
Method
Platform
internal/desktop/app_service.go:18–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
}
17
18
func
(s *AppService) Platform() string {
19
return
runtime.GOOS +
"/"
+ runtime.GOARCH
20
}
21
22
func
(s *AppService) Quit() OperationResult {
23
return
OperationResult{OK: true, Message:
"quit requested"
}
Callers
2
TestAppServiceVersionAndPlatform
Function · 0.95
handleVersion
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestAppServiceVersionAndPlatform
Function · 0.76