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

Function ProjectIDNotNil

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

ProjectIDNotNil applies the NotNil predicate on the "project_id" field.

()

Source from the content-addressed store, hash-verified

493
494// ProjectIDNotNil applies the NotNil predicate on the "project_id" field.
495func ProjectIDNotNil() predicate.APIToken {
496 return predicate.APIToken(sql.FieldNotNull(FieldProjectID))
497}
498
499// WorkflowIDEQ applies the EQ predicate on the "workflow_id" field.
500func WorkflowIDEQ(v uuid.UUID) predicate.APIToken {

Callers 1

ListMethod · 0.92

Calls 1

APITokenFuncType · 0.92

Tested by

no test coverage detected