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

Method SetKind

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

SetKind sets the "kind" field.

(s string)

Source from the content-addressed store, hash-verified

12950
12951// SetKind sets the "kind" field.
12952func (m *ReferrerMutation) SetKind(s string) {
12953 m.kind = &s
12954}
12955
12956// Kind returns the value of the "kind" field in the mutation.
12957func (m *ReferrerMutation) Kind() (r string, exists bool) {

Callers 3

SetFieldMethod · 0.95
SaveMethod · 0.45
CreateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected