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