Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aws/aws-lambda-go
/ serverAddress
Function
serverAddress
lambda/runtime_api_client_test.go:184–186 ·
view source on GitHub ↗
(ts *httptest.Server)
Source
from the content-addressed store, hash-verified
182
}
183
184
func
serverAddress(ts *httptest.Server) string {
185
return
strings.Split(ts.URL,
"://"
)[1]
186
}
Callers
3
TestClientNext
Function · 0.85
TestClientDoneAndError
Function · 0.85
TestStatusCodes
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…