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

Method QueryVersions

app/controlplane/pkg/data/ent/project.go:174–176  ·  view source on GitHub ↗

QueryVersions queries the "versions" edge of the Project entity.

()

Source from the content-addressed store, hash-verified

172
173// QueryVersions queries the "versions" edge of the Project entity.
174func (_m *Project) QueryVersions() *ProjectVersionQuery {
175 return NewProjectClient(_m.config).QueryVersions(_m)
176}
177
178// Update returns a builder for updating this Project.
179// Note that you need to call Project.Unwrap() before calling this method if this Project

Callers 2

DescribeMethod · 0.45
latestVersionFunction · 0.45

Calls 1

NewProjectClientFunction · 0.85

Tested by

no test coverage detected