MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / MacOSVersionCommand

Method MacOSVersionCommand

pkg/wshrpc/wshserver/wshserver.go:876–878  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

874}
875
876func (ws *WshServer) MacOSVersionCommand(ctx context.Context) (string, error) {
877 return wavebase.ClientMacOSVersion(), nil
878}
879
880// BlocksListCommand returns every block visible in the requested
881// scope (current workspace by default).

Callers

nothing calls this directly

Calls 1

ClientMacOSVersionFunction · 0.92

Tested by

no test coverage detected