Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
func
(s *TestServer) Close() {
74
s.server.Stop()
75
}
76
77
// URL returns the server URL for storage API
78
func
(s *TestServer) URL() string {
Callers
nothing calls this directly
Calls
1
Stop
Method · 0.65
Tested by
no test coverage detected