Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1311
func
(u *uncommittedImageSource) Reference() types.ImageReference {
1312
return
u.d.Reference()
1313
}
1314
1315
func
(u *uncommittedImageSource) Close() error {
1316
return
nil
Callers
nothing calls this directly
Calls
1
Reference
Method · 0.65
Tested by
no test coverage detected