MCPcopy Index your code
hub / github.com/kopia/kopia / WriteTo

Method WriteTo

internal/contentlog/contentlog_logger_test.go:524–527  ·  view source on GitHub ↗
(jw *contentlog.JSONWriter)

Source from the content-addressed store, hash-verified

522}
523
524func (e *customLogEntry) WriteTo(jw *contentlog.JSONWriter) {
525 jw.StringField("message", e.message)
526 jw.Int64Field("value", int64(e.value))
527}

Callers

nothing calls this directly

Calls 2

StringFieldMethod · 0.80
Int64FieldMethod · 0.80

Tested by

no test coverage detected