MCPcopy
hub / github.com/kopia/kopia / contentIDParam

Struct contentIDParam

internal/contentparam/contentid_params.go:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9const maxLoggedContentIDLength = 5
10
11type contentIDParam struct {
12 Key string
13 Value index.ID
14}
15
16func (e contentIDParam) WriteValueTo(jw *contentlog.JSONWriter) {
17 var buf [128]byte

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected