MCPcopy Index your code
hub / github.com/cli/cli / GetByDigest

Method GetByDigest

pkg/cmd/attestation/api/client.go:66–66  ·  view source on GitHub ↗
(params FetchParams)

Source from the content-addressed store, hash-verified

64
65type Client interface {
66 GetByDigest(params FetchParams) ([]*Attestation, error)
67 GetTrustDomain() (string, error)
68}
69

Callers 5

verifyRunFunction · 0.65
verifyAssetRunFunction · 0.65
getAttestationsFunction · 0.65
TestGetByDigestFunction · 0.65
runDownloadFunction · 0.65

Calls

no outgoing calls

Tested by 1

TestGetByDigestFunction · 0.52