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

Method Version

internal/desktop/app_service.go:11–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9func NewAppService(version string) *AppService { return &AppService{version: version} }
10
11func (s *AppService) Version() string {
12 if s.version == "" {
13 return "dev"
14 }
15 return s.version
16}
17
18func (s *AppService) Platform() string {
19 return runtime.GOOS + "/" + runtime.GOARCH

Callers 4

RunMethod · 0.80
handleVersionMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1