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

Method Server

storage/s3/storage_test.go:47–49  ·  view source on GitHub ↗

Server returns the underlying S3Server

()

Source from the content-addressed store, hash-verified

45
46// Server returns the underlying S3Server
47func (w *s3StorageWrapper) Server() *TestServer {
48 return w.server
49}
50
51// LazySuiteStorage Sugar alias
52type LazySuiteStorage = testutil.LazyObj[*s3StorageWrapper]

Callers 2

SetupTestMethod · 0.45
NewS3ServerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected