(ctx context.Context)
| 560 | } |
| 561 | |
| 562 | func (ws *WshServer) GetFullConfigCommand(ctx context.Context) (wconfig.FullConfigType, error) { |
| 563 | watcher := wconfig.GetWatcher() |
| 564 | return watcher.GetFullConfig(), nil |
| 565 | } |
| 566 | |
| 567 | func (ws *WshServer) GetWaveAIModeConfigCommand(ctx context.Context) (wconfig.AIModeConfigUpdate, error) { |
| 568 | fullConfig := wconfig.GetWatcher().GetFullConfig() |
nothing calls this directly
no test coverage detected