Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
func
(s *TestServer) Close() {
102
s.testServer.Close()
103
}
104
105
// URL returns the server URL
106
func
(s *TestServer) URL() string {
Callers
1
NewLazySuiteTestServer
Function · 0.95
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected