MCPcopy 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
64func (p *PolicyDescriptor) GetURI() string {
65 if p != nil {
66 return p.URI
67 }
68 return ""
69}
70
71func (p *PolicyDescriptor) GetName() string {
72 if p != nil {

Callers 3

VerifyMaterialMethod · 0.80
VerifyStatementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected