Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kopia/kopia
/ WriteValueTo
Method
WriteValueTo
internal/contentlog/logparam/logparam.go:87–89 ·
view source on GitHub ↗
(jw *contentlog.JSONWriter)
Source
from the content-addressed store, hash-verified
85
}
86
87
func
(v uint64Param) WriteValueTo(jw *contentlog.JSONWriter) {
88
jw.UInt64Field(v.Key, v.Value)
89
}
90
91
type
timeParam
struct
{
92
Key string
Callers
nothing calls this directly
Calls
1
UInt64Field
Method · 0.80
Tested by
no test coverage detected