MCPcopy
hub / github.com/coredns/coredns / inc

Method inc

plugin/loop/loop.go:75–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73}
74
75func (l *Loop) inc() {
76 l.Lock()
77 defer l.Unlock()
78 l.i++
79}
80
81func (l *Loop) reset() {
82 l.Lock()

Callers 2

ServeDNSMethod · 0.95
TestLoopFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestLoopFunction · 0.64