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

Method WriteValueTo

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

Source from the content-addressed store, hash-verified

112}
113
114func (v durationParam) WriteValueTo(jw *contentlog.JSONWriter) {
115 jw.Int64Field(v.Key, v.Value.Microseconds())
116}
117
118type errorParam struct {
119 Key string

Callers

nothing calls this directly

Calls 1

Int64FieldMethod · 0.80

Tested by

no test coverage detected