MCPcopy Create free account
hub / github.com/containers/image / Reference

Method Reference

storage/storage_dest.go:1311–1313  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1309}
1310
1311func (u *uncommittedImageSource) Reference() types.ImageReference {
1312 return u.d.Reference()
1313}
1314
1315func (u *uncommittedImageSource) Close() error {
1316 return nil

Callers

nothing calls this directly

Calls 1

ReferenceMethod · 0.65

Tested by

no test coverage detected