MCPcopy Create free account
hub / github.com/Driver-C/tryssh / addr

Method addr

pkg/launcher/base_test.go:127–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125}
126
127func (ts *testServer) addr() string {
128 return ts.listener.Addr().String()
129}
130
131func (ts *testServer) close() {
132 ts.listener.Close()

Calls 1

StringMethod · 0.80

Tested by

no test coverage detected