MCPcopy Index your code
hub / github.com/perkeep/perkeep / Incr

Method Incr

pkg/client/android/androidx.go:87–93  ·  view source on GitHub ↗
(delta int64)

Source from the content-addressed store, hash-verified

85}
86
87func (ni *namedInt) Incr(delta int64) {
88 ni.Lock()
89 ni.val += delta
90 nv := ni.val
91 ni.Unlock()
92 Printf("STAT %s %d\n", ni.name, nv)
93}
94
95func (ni *namedInt) Set(v int64) {
96 ni.Lock()

Callers 9

WriteMethod · 0.45
ReadMethod · 0.45
CloseMethod · 0.45
androidLookupHostFunction · 0.45
RoundTripMethod · 0.45
DialFunction · 0.45
NoteFileUploadedFunction · 0.45
ReceiveBlobMethod · 0.45
StatBlobsMethod · 0.45

Calls 3

LockMethod · 0.80
UnlockMethod · 0.80
PrintfFunction · 0.70

Tested by

no test coverage detected