MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / IsReady

Method IsReady

pkg/casclient/casclient.go:41–41  ·  view source on GitHub ↗

Whether the CAS is ready to accept uploads

(ctx context.Context)

Source from the content-addressed store, hash-verified

39 Upload(ctx context.Context, r io.Reader, filename, digest string) (*UpDownStatus, error)
40 // Whether the CAS is ready to accept uploads
41 IsReady(ctx context.Context) (bool, error)
42}
43
44type Downloader interface {

Callers 2

IsReadyMethod · 0.65
StatuszMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected