Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chainloop-dev/chainloop
/ GetURI
Method
GetURI
pkg/policies/loader.go:64–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
}
63
64
func
(p *PolicyDescriptor) GetURI() string {
65
if
p != nil {
66
return
p.URI
67
}
68
return
""
69
}
70
71
func
(p *PolicyDescriptor) GetName() string {
72
if
p != nil {
Callers
3
VerifyMaterial
Method · 0.80
VerifyStatement
Method · 0.80
evaluatePolicyAttachment
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected