()
| 180 | } |
| 181 | |
| 182 | func GetDomainSocketName() string { |
| 183 | return filepath.Join(GetWaveDataDir(), DomainSocketBaseName) |
| 184 | } |
| 185 | |
| 186 | // returns a Unix-style path for the remote socket (using fmt.Sprintf instead of filepath.Join |
| 187 | // because this path is for a remote Unix system, not the local OS which might be Windows) |
no test coverage detected