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

Function DeletedAtIsNil

app/controlplane/pkg/data/ent/project/where.go:350–352  ·  view source on GitHub ↗

DeletedAtIsNil applies the IsNil predicate on the "deleted_at" field.

()

Source from the content-addressed store, hash-verified

348
349// DeletedAtIsNil applies the IsNil predicate on the "deleted_at" field.
350func DeletedAtIsNil() predicate.Project {
351 return predicate.Project(sql.FieldIsNull(FieldDeletedAt))
352}
353
354// DeletedAtNotNil applies the NotNil predicate on the "deleted_at" field.
355func DeletedAtNotNil() predicate.Project {

Callers 6

ListProjectsByOrgIDMethod · 0.92
ListProjectsByGroupMethod · 0.92
projectScopePredicateMethod · 0.92

Calls 1

ProjectFuncType · 0.92

Tested by

no test coverage detected