MCPcopy
hub / github.com/kopia/kopia / WriteValueTo

Method WriteValueTo

internal/contentlog/logparam/logparam.go:87–89  ·  view source on GitHub ↗
(jw *contentlog.JSONWriter)

Source from the content-addressed store, hash-verified

85}
86
87func (v uint64Param) WriteValueTo(jw *contentlog.JSONWriter) {
88 jw.UInt64Field(v.Key, v.Value)
89}
90
91type timeParam struct {
92 Key string

Callers

nothing calls this directly

Calls 1

UInt64FieldMethod · 0.80

Tested by

no test coverage detected