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

Method UInt8Element

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

UInt8Element writes a uint8 element.

(value uint8)

Source from the content-addressed store, hash-verified

249
250// UInt8Element writes a uint8 element.
251func (jw *JSONWriter) UInt8Element(value uint8) { jw.UInt64Element(uint64(value)) }
252
253// UInt16Field writes a uint16 field.
254func (jw *JSONWriter) UInt16Field(key string, value uint16) { jw.UInt64Field(key, uint64(value)) }

Callers 1

Calls 1

UInt64ElementMethod · 0.95

Tested by 1