MCPcopy
hub / github.com/kopia/kopia / Int32

Function Int32

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

Int32 creates an int32 parameter. nolint:revive

(key string, value int32)

Source from the content-addressed store, hash-verified

30//
31//nolint:revive
32func Int32(key string, value int32) int64Param {
33 return int64Param{Key: key, Value: int64(value)}
34}
35
36// Bool creates a bool parameter.
37//

Callers 2

beginConcurrencyMethod · 0.92
TestInt32Function · 0.85

Calls

no outgoing calls

Tested by 1

TestInt32Function · 0.68