MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / URL

Method URL

testutil/test_server.go:106–108  ·  view source on GitHub ↗

URL returns the server URL

()

Source from the content-addressed store, hash-verified

104
105// URL returns the server URL
106func (s *TestServer) URL() string {
107 return s.testServer.URL
108}
109
110// start starts the server
111func (s *TestServer) start() *TestServer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected