(ctx context.Context, rescan bool)
| 787 | } |
| 788 | |
| 789 | func (ws *WshServer) FindGitBashCommand(ctx context.Context, rescan bool) (string, error) { |
| 790 | fullConfig := wconfig.GetWatcher().GetFullConfig() |
| 791 | return shellutil.FindGitBash(&fullConfig, rescan), nil |
| 792 | } |
| 793 | |
| 794 | func waveFileToWaveFileInfo(wf *filestore.WaveFile) *wshrpc.WaveFileInfo { |
| 795 | return &wshrpc.WaveFileInfo{ |
nothing calls this directly
no test coverage detected