MCPcopy
hub / github.com/kopia/kopia / Int64

Function Int64

internal/contentlog/logparam/logparam.go:20–20  ·  view source on GitHub ↗

Int64 creates an int64 parameter. nolint:revive

(key string, value int64)

Source from the content-addressed store, hash-verified

18//
19//nolint:revive
20func Int64(key string, value int64) int64Param { return int64Param{Key: key, Value: value} }
21
22// Int creates an int parameter.
23//

Callers 10

TestLog1Function · 0.92
TestLog5Function · 0.92
TestLog6Function · 0.92
GetBlobMethod · 0.92
DeleteUnreferencedPacksFunction · 0.92
WriteContentMethod · 0.92
CompactIndexesMethod · 0.92
TestInt64Function · 0.85

Calls

no outgoing calls

Tested by 5

TestLog1Function · 0.74
TestLog5Function · 0.74
TestLog6Function · 0.74
TestInt64Function · 0.68