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

Method GetName

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

Source from the content-addressed store, hash-verified

263}
264
265func (conn *SSHConn) GetName() string {
266 // no lock required because opts is immutable
267 return conn.Opts.String()
268}
269
270func (conn *SSHConn) OpenDomainSocketListener(ctx context.Context) error {
271 conn.Infof(ctx, "running OpenDomainSocketListener...\n")

Callers 13

InfofMethod · 0.95
FireConnChangeEventMethod · 0.95
StartConnServerMethod · 0.95
UpdateWshMethod · 0.95
ConnectMethod · 0.95
getConnectionConfigMethod · 0.95
persistWshInstalledMethod · 0.95
connectInternalMethod · 0.95
waitForDisconnectMethod · 0.95

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected