MCPcopy
hub / github.com/kopia/kopia / uint64Value

Method uint64Value

internal/contentlog/contentlog_json_writer.go:277–281  ·  view source on GitHub ↗
(value uint64)

Source from the content-addressed store, hash-verified

275}
276
277func (jw *JSONWriter) uint64Value(value uint64) {
278 var buf [64]byte
279
280 jw.buf = append(jw.buf, strconv.AppendUint(buf[:0], value, decimal)...)
281}
282
283// error
284

Callers 2

UInt64FieldMethod · 0.95
UInt64ElementMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected