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