MCPcopy Create free account
hub / github.com/Comfy-Org/registry-backend / Aggregate

Method Aggregate

ent/nodeversion_query.go:417–419  ·  view source on GitHub ↗

Aggregate returns a NodeVersionSelect configured with the given aggregations.

(fns ...AggregateFunc)

Source from the content-addressed store, hash-verified

415
416// Aggregate returns a NodeVersionSelect configured with the given aggregations.
417func (nvq *NodeVersionQuery) Aggregate(fns ...AggregateFunc) *NodeVersionSelect {
418 return nvq.Select().Aggregate(fns...)
419}
420
421func (nvq *NodeVersionQuery) prepareQuery(ctx context.Context) error {
422 for _, inter := range nvq.inters {

Callers

nothing calls this directly

Calls 1

SelectMethod · 0.95

Tested by

no test coverage detected