(ctx context.Context)
| 874 | } |
| 875 | |
| 876 | func (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). |
nothing calls this directly
no test coverage detected