Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cli/cli
/ GetByDigest
Method
GetByDigest
pkg/cmd/attestation/api/client.go:67–67 ·
view source on GitHub ↗
(params FetchParams)
Source
from the content-addressed store, hash-verified
65
66
type
Client
interface
{
67
GetByDigest(params FetchParams) ([]*Attestation, error)
68
GetTrustDomain() (string, error)
69
}
70
Callers
5
verifyRun
Function · 0.65
verifyAssetRun
Function · 0.65
getAttestations
Function · 0.65
TestGetByDigest
Function · 0.65
runDownload
Function · 0.65
Calls
no outgoing calls
Tested by
1
TestGetByDigest
Function · 0.52