MCPcopy 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

101type HostKeyAlgorithms = func(hostWithPort string) (algos []string)
102
103func (uice UserInputCancelError) Error() string {
104 return uice.Err.Error()
105}
106
107func (uice UserInputCancelError) Unwrap() error {
108 return uice.Err

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected