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

Method Client

storage/abs/storage_test.go:30–32  ·  view source on GitHub ↗

Client returns the underlying ABS client for direct API access

()

Source from the content-addressed store, hash-verified

28
29// Client returns the underlying ABS client for direct API access
30func (w *absStorageWrapper) Client() *azblob.Client {
31 return w.client
32}
33
34// LazySuiteStorage is a sugar alias
35type LazySuiteStorage = testutil.LazyObj[*absStorageWrapper]

Callers 2

ReportMethod · 0.80
SetupTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected