Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wavetermdev/waveterm
/ Error
Method
Error
pkg/remote/sshclient.go:103–105 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
101
type
HostKeyAlgorithms =
func
(hostWithPort string) (algos []string)
102
103
func
(uice UserInputCancelError) Error() string {
104
return
uice.Err.Error()
105
}
106
107
func
(uice UserInputCancelError) Unwrap() error {
108
return
uice.Err
Callers
nothing calls this directly
Calls
1
Error
Method · 0.45
Tested by
no test coverage detected