Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
127
func
(ts *testServer) addr() string {
128
return
ts.listener.Addr().String()
129
}
130
131
func
(ts *testServer) close() {
132
ts.listener.Close()
Callers
10
connectSftpClient
Function · 0.80
TestCreateScpClient_Success
Function · 0.80
TestScpLauncher_Launch_UploadWithRealServer
Function · 0.80
TestScpLauncher_Launch_DownloadWithRealServer
Function · 0.80
TestScpLauncher_Launch_UploadDirWithRealServer
Function · 0.80
TestScpLauncher_Launch_DownloadDirWithRealServer
Function · 0.80
TestScpLauncher_Launch_NoMatchWithRealServer
Function · 0.80
TestCreateScpClient_SftpCreationFails
Function · 0.80
newConnectorForServer
Function · 0.80
TestSSHLauncher_Launch_WithRealServer
Function · 0.80
Calls
1
String
Method · 0.80
Tested by
no test coverage detected