MCPcopy
hub / github.com/wavetermdev/waveterm / getWshPath

Method getWshPath

pkg/remote/conncontroller/conncontroller.go:412–418  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

410}
411
412func (conn *SSHConn) getWshPath() string {
413 config, ok := conn.getConnectionConfig()
414 if ok && config.ConnWshPath != "" {
415 return config.ConnWshPath
416 }
417 return wavebase.RemoteFullWshBinPath
418}
419
420func (conn *SSHConn) GetConfigShellPath() string {
421 config, ok := conn.getConnectionConfig()

Callers 1

StartConnServerMethod · 0.95

Calls 1

getConnectionConfigMethod · 0.95

Tested by

no test coverage detected