MCPcopy
hub / github.com/kopia/kopia / boolParam

Struct boolParam

internal/contentlog/logparam/logparam.go:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100type boolParam struct {
101 Key string
102 Value bool
103}
104
105func (v boolParam) WriteValueTo(jw *contentlog.JSONWriter) {
106 jw.BoolField(v.Key, v.Value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected