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

Method Indexes

app/controlplane/pkg/data/ent/schema/user.go:71–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69}
70
71func (User) Indexes() []ent.Index {
72 return []ent.Index{
73 index.Fields("has_restricted_access"),
74 }
75}

Callers

nothing calls this directly

Calls 1

FieldsMethod · 0.45

Tested by

no test coverage detected