MCPcopy
hub / github.com/kopia/kopia / blobIDListParam

Struct blobIDListParam

internal/blobparam/blobid_params.go:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51type blobIDListParam struct {
52 key string
53 list []blob.ID
54}
55
56func (v blobIDListParam) WriteValueTo(jw *contentlog.JSONWriter) {
57 jw.BeginListField(v.key)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected