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

Method WriteValueTo

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

Source from the content-addressed store, hash-verified

103}
104
105func (v boolParam) WriteValueTo(jw *contentlog.JSONWriter) {
106 jw.BoolField(v.Key, v.Value)
107}
108
109type durationParam struct {
110 Key string

Callers

nothing calls this directly

Calls 1

BoolFieldMethod · 0.80

Tested by

no test coverage detected