Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CodisLabs/codis
/ DelayExp2
Struct
DelayExp2
pkg/proxy/delay.go:19–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
type
DelayExp2
struct
{
20
Min, Max int
21
Value int
22
Unit time.Duration
23
}
24
25
func
(d *DelayExp2) Reset() {
26
d.Value = 0
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected