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

Function ProjectIDIsNil

app/controlplane/pkg/data/ent/apitoken/where.go:490–492  ·  view source on GitHub ↗

ProjectIDIsNil applies the IsNil predicate on the "project_id" field.

()

Source from the content-addressed store, hash-verified

488
489// ProjectIDIsNil applies the IsNil predicate on the "project_id" field.
490func ProjectIDIsNil() predicate.APIToken {
491 return predicate.APIToken(sql.FieldIsNull(FieldProjectID))
492}
493
494// ProjectIDNotNil applies the NotNil predicate on the "project_id" field.
495func ProjectIDNotNil() predicate.APIToken {

Callers 1

ListMethod · 0.92

Calls 1

APITokenFuncType · 0.92

Tested by

no test coverage detected