Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/containerd/containerd
/ Check
Method
Check
core/transfer/local/push.go:233–235 ·
view source on GitHub ↗
(ctx context.Context, dgst digest.Digest)
Source
from the content-addressed store, hash-verified
231
}
232
233
func
(p *progressPusher) Check(ctx context.Context, dgst digest.Digest) (bool, error) {
234
return
p.status.Check(ctx, dgst)
235
}
236
237
type
progressWriter
struct
{
238
content.Writer
Callers
nothing calls this directly
Calls
1
Check
Method · 0.65
Tested by
no test coverage detected