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

Function newResultsStep

ent/gitcommit/gitcommit.go:158–164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156 }
157}
158func newResultsStep() *sqlgraph.Step {
159 return sqlgraph.NewStep(
160 sqlgraph.From(Table, FieldID),
161 sqlgraph.To(ResultsInverseTable, FieldID),
162 sqlgraph.Edge(sqlgraph.O2M, false, ResultsTable, ResultsColumn),
163 )
164}

Callers 3

HasResultsWithFunction · 0.85
ByResultsCountFunction · 0.85
ByResultsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected