MCPcopy
hub / github.com/perkeep/perkeep / Add

Method Add

pkg/fs/debug.go:74–76  ·  view source on GitHub ↗
(delta int64)

Source from the content-addressed store, hash-verified

72}
73
74func (a *atomicInt64) Add(delta int64) int64 {
75 return atomic.AddInt64(&a.v, delta)
76}
77
78// A stat is a wrapper around an atomic int64, as is a fuse.Node
79// exporting that data as a decimal.

Callers 15

UploadMethod · 0.45
RemoveBlobsMethod · 0.45
CallbackURLParametersMethod · 0.45
newFromConfigFunction · 0.45
maybeStartMethod · 0.45
importBookmarkTextMethod · 0.45
TestImportAlbumsFunction · 0.45
fakeAlbumFunction · 0.45
fakePhotoEntryFunction · 0.45
fakePhotosPageFunction · 0.45
importBatchMethod · 0.45
timeMatchesMethod · 0.45

Calls

no outgoing calls

Tested by 15

TestImportAlbumsFunction · 0.36
searchDescribeSetupFunction · 0.36
addToClockOriginFunction · 0.36
addClaimMethod · 0.36
addPermanodeMethod · 0.36
TestEncryptStressFunction · 0.36
TestUploadFileFunction · 0.36
TestClaimsAttrValueFunction · 0.36
Exp_AwaitReindexingMethod · 0.36