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

Method GetDigest

pkg/policies/loader.go:78–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76}
77
78func (p *PolicyDescriptor) GetDigest() string {
79 if p != nil {
80 return p.Digest
81 }
82 return ""
83}
84
85func (p *PolicyDescriptor) GetOrgName() string {
86 if p != nil {

Callers 6

VerifyMaterialMethod · 0.45
VerifyStatementMethod · 0.45
LoadMethod · 0.45
LoadMethod · 0.45
DescribeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected