MCPcopy 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
18func (s *AppService) Platform() string {
19 return runtime.GOOS + "/" + runtime.GOARCH
20}
21
22func (s *AppService) Quit() OperationResult {
23 return OperationResult{OK: true, Message: "quit requested"}

Callers 2

handleVersionMethod · 0.80

Calls

no outgoing calls

Tested by 1