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

Method WriteValueTo

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

Source from the content-addressed store, hash-verified

76}
77
78func (v int64Param) WriteValueTo(jw *contentlog.JSONWriter) {
79 jw.Int64Field(v.Key, v.Value)
80}
81
82type uint64Param struct {
83 Key string

Callers

nothing calls this directly

Calls 1

Int64FieldMethod · 0.80

Tested by

no test coverage detected