MCPcopy
hub / github.com/containerd/containerd / blob

Function blob

core/metadata/db_test.go:803–811  ·  view source on GitHub ↗
(b []byte, r bool, l ...string)

Source from the content-addressed store, hash-verified

801}
802
803func blob(b []byte, r bool, l ...string) object {
804 return object{
805 data: testContent{
806 data: b,
807 },
808 removed: r,
809 labels: labelmap(l...),
810 }
811}
812
813func image(n string, d digest.Digest, l ...string) object {
814 return object{

Callers 2

TestMetadataCollectorFunction · 0.70
benchmarkTriggerFunction · 0.70

Calls 1

labelmapFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…