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

Method SetupTest

asyncbuffer/cond_test.go:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20func (s *TestCondSuite) SetupTest() {
21 s.cond = asyncbuffer.NewCond()
22}
23
24func (s *TestCondSuite) TearDownTest() {
25 if s.cond != nil {

Callers

nothing calls this directly

Calls 1

NewCondFunction · 0.92

Tested by

no test coverage detected