Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
65
type
Client
interface
{
66
GetByDigest(params FetchParams) ([]*Attestation, error)
67
GetTrustDomain() (string, error)
68
}
69
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