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

Method Close

storage/gcs/storage_test.go:73–75  ·  view source on GitHub ↗

Close stops the server

()

Source from the content-addressed store, hash-verified

71
72// Close stops the server
73func (s *TestServer) Close() {
74 s.server.Stop()
75}
76
77// URL returns the server URL for storage API
78func (s *TestServer) URL() string {

Callers

nothing calls this directly

Calls 1

StopMethod · 0.65

Tested by

no test coverage detected