MCPcopy Index your code
hub / github.com/kopia/kopia / UIntElement

Method UIntElement

internal/contentlog/contentlog_json_writer.go:245–245  ·  view source on GitHub ↗

UIntElement writes a uint element.

(value uint)

Source from the content-addressed store, hash-verified

243
244// UIntElement writes a uint element.
245func (jw *JSONWriter) UIntElement(value uint) { jw.UInt64Element(uint64(value)) }
246
247// UInt8Field writes a uint8 field.
248func (jw *JSONWriter) UInt8Field(key string, value uint8) { jw.UInt64Field(key, uint64(value)) }

Callers 1

Calls 1

UInt64ElementMethod · 0.95

Tested by 1