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

Method Kind

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

Kind returns the value of the "kind" field in the mutation.

()

Source from the content-addressed store, hash-verified

12955
12956// Kind returns the value of the "kind" field in the mutation.
12957func (m *ReferrerMutation) Kind() (r string, exists bool) {
12958 v := m.kind
12959 if v == nil {
12960 return
12961 }
12962 return *v, true
12963}
12964
12965// OldKind returns the old "kind" field's value of the Referrer entity.
12966// If the Referrer object wasn't provided to the builder, the object is fetched from the database.

Callers 15

FieldMethod · 0.95
scanWithInterceptorsFunction · 0.45
checkMethod · 0.45
createSpecMethod · 0.45
UpdateNewValuesMethod · 0.45
UpdateNewValuesMethod · 0.45
MapCreateBulkMethod · 0.45
MapCreateBulkMethod · 0.45
MapCreateBulkMethod · 0.45
MapCreateBulkMethod · 0.45
MapCreateBulkMethod · 0.45
MapCreateBulkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected