MCPcopy
hub / github.com/wavetermdev/waveterm / ClientArch

Function ClientArch

pkg/wavebase/wavebase.go:345–347  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

343}
344
345func ClientArch() string {
346 return fmt.Sprintf("%s/%s", runtime.GOOS, runtime.GOARCH)
347}
348
349func ClientPackageType() string {
350 if os.Getenv("SNAP") != "" {

Callers 3

SendDiagnosticPingFunction · 0.92
UpdateActivityFunction · 0.92
startupActivityUpdateFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected