MCPcopy Create free account
hub / github.com/cloudreve/cloudreve / newUserStep

Function newUserStep

ent/task/task.go:174–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

172 }
173}
174func newUserStep() *sqlgraph.Step {
175 return sqlgraph.NewStep(
176 sqlgraph.From(Table, FieldID),
177 sqlgraph.To(UserInverseTable, FieldID),
178 sqlgraph.Edge(sqlgraph.M2O, true, UserTable, UserColumn),
179 )
180}

Callers 2

HasUserWithFunction · 0.70
ByUserFieldFunction · 0.70

Calls 1

ToMethod · 0.65

Tested by

no test coverage detected