MCPcopy Create free account
hub / github.com/cppla/moto / loadBoostWinner

Function loadBoostWinner

controller/boost.go:34–43  ·  view source on GitHub ↗
(ruleName string)

Source from the content-addressed store, hash-verified

32
33type boostWinnerToken struct {
34 key string
35 addr string
36 generation uint64
37}
38
39type boostRevalidation struct {
40 done chan struct{}
41}
42
43type dialResult struct {
44 conn net.Conn
45 addr string
46 attempt routeAttempt

Callers 1

HandleBoostFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected