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

Method UInt64Element

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

UInt64Element writes a uint64 element.

(value uint64)

Source from the content-addressed store, hash-verified

270
271// UInt64Element writes a uint64 element.
272func (jw *JSONWriter) UInt64Element(value uint64) {
273 jw.beforeElement()
274 jw.uint64Value(value)
275}
276
277func (jw *JSONWriter) uint64Value(value uint64) {
278 var buf [64]byte

Callers 5

UIntElementMethod · 0.95
UInt8ElementMethod · 0.95
UInt16ElementMethod · 0.95
UInt32ElementMethod · 0.95

Calls 2

beforeElementMethod · 0.95
uint64ValueMethod · 0.95

Tested by 1