Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
func
(s *TestCondSuite) SetupTest() {
21
s.cond = asyncbuffer.NewCond()
22
}
23
24
func
(s *TestCondSuite) TearDownTest() {
25
if
s.cond != nil {
Callers
nothing calls this directly
Calls
1
NewCond
Function · 0.92
Tested by
no test coverage detected