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

Method Digest

app/controlplane/pkg/data/ent/mutation.go:12921–12927  ·  view source on GitHub ↗

Digest returns the value of the "digest" field in the mutation.

()

Source from the content-addressed store, hash-verified

12919
12920// Digest returns the value of the "digest" field in the mutation.
12921func (m *ReferrerMutation) Digest() (r string, exists bool) {
12922 v := m.digest
12923 if v == nil {
12924 return
12925 }
12926 return *v, true
12927}
12928
12929// OldDigest returns the old "digest" field's value of the Referrer entity.
12930// If the Referrer object wasn't provided to the builder, the object is fetched from the database.

Callers 14

FieldMethod · 0.95
TestCraftImageMethod · 0.45
validateImageFunction · 0.45
CraftMethod · 0.45
checkMethod · 0.45
createSpecMethod · 0.45
UpdateNewValuesMethod · 0.45
UpdateNewValuesMethod · 0.45
checkMethod · 0.45
createSpecMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestCraftImageMethod · 0.36