Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kopia/kopia
/ WriteValueTo
Method
WriteValueTo
internal/contentlog/logparam/logparam.go:105–107 ·
view source on GitHub ↗
(jw *contentlog.JSONWriter)
Source
from the content-addressed store, hash-verified
103
}
104
105
func
(v boolParam) WriteValueTo(jw *contentlog.JSONWriter) {
106
jw.BoolField(v.Key, v.Value)
107
}
108
109
type
durationParam
struct
{
110
Key string
Callers
nothing calls this directly
Calls
1
BoolField
Method · 0.80
Tested by
no test coverage detected