Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
524
func
(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
StringField
Method · 0.80
Int64Field
Method · 0.80
Tested by
no test coverage detected