Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
func
(p *PolicyDescriptor) GetDigest() string {
79
if
p != nil {
80
return
p.Digest
81
}
82
return
""
83
}
84
85
func
(p *PolicyDescriptor) GetOrgName() string {
86
if
p != nil {
Callers
6
VerifyMaterial
Method · 0.45
VerifyStatement
Method · 0.45
Load
Method · 0.45
evaluatePolicyAttachment
Method · 0.45
Load
Method · 0.45
Describe
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected