MCPcopy
hub / github.com/kopia/kopia / UInt32

Function UInt32

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

UInt32 creates a uint32 parameter. nolint:revive

(key string, value uint32)

Source from the content-addressed store, hash-verified

59//
60//nolint:revive
61func UInt32(key string, value uint32) uint64Param {
62 return uint64Param{Key: key, Value: uint64(value)}
63}
64
65// Duration creates a duration parameter.
66//

Callers 4

DeleteUnreferencedPacksFunction · 0.92
RewriteContentsFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected