MCPcopy 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
184func serverAddress(ts *httptest.Server) string {
185 return strings.Split(ts.URL, "://")[1]
186}

Callers 3

TestClientNextFunction · 0.85
TestClientDoneAndErrorFunction · 0.85
TestStatusCodesFunction · 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…