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

Method QueryProject

app/controlplane/pkg/data/ent/apitoken.go:223–225  ·  view source on GitHub ↗

QueryProject queries the "project" edge of the APIToken entity.

()

Source from the content-addressed store, hash-verified

221
222// QueryProject queries the "project" edge of the APIToken entity.
223func (_m *APIToken) QueryProject() *ProjectQuery {
224 return NewAPITokenClient(_m.config).QueryProject(_m)
225}
226
227// QueryWorkflow queries the "workflow" edge of the APIToken entity.
228func (_m *APIToken) QueryWorkflow() *WorkflowQuery {

Callers

nothing calls this directly

Calls 1

NewAPITokenClientFunction · 0.85

Tested by

no test coverage detected