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

Method Close

testutil/test_server.go:101–103  ·  view source on GitHub ↗

Close stops the server

()

Source from the content-addressed store, hash-verified

99
100// Close stops the server
101func (s *TestServer) Close() {
102 s.testServer.Close()
103}
104
105// URL returns the server URL
106func (s *TestServer) URL() string {

Callers 1

NewLazySuiteTestServerFunction · 0.95

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected