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

Function GetDomainSocketName

pkg/wavebase/wavebase.go:182–184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180}
181
182func 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)

Callers 3

MakeUnixListenerFunction · 0.92
createMainWshClientFunction · 0.92

Calls 1

GetWaveDataDirFunction · 0.85

Tested by

no test coverage detected