Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
78
func
(v int64Param) WriteValueTo(jw *contentlog.JSONWriter) {
79
jw.Int64Field(v.Key, v.Value)
80
}
81
82
type
uint64Param
struct
{
83
Key string
Callers
nothing calls this directly
Calls
1
Int64Field
Method · 0.80
Tested by
no test coverage detected