MCPcopy Index your code
hub / github.com/ent/ent / ThroughEdgeTable

Method ThroughEdgeTable

dialect/sql/sqlgraph/graph.go:159–161  ·  view source on GitHub ↗

ThroughEdgeTable returns true if the step is through a join-table.

()

Source from the content-addressed store, hash-verified

157
158// ThroughEdgeTable returns true if the step is through a join-table.
159func (s *Step) ThroughEdgeTable() bool {
160 return s.Edge.Rel == M2M
161}
162
163// Neighbors returns a Selector for evaluating the path-step
164// and getting the neighbors of one vertex.

Callers 6

NeighborsFunction · 0.80
SetNeighborsFunction · 0.80
HasNeighborsFunction · 0.80
HasNeighborsWithFunction · 0.80
OrderByNeighborsCountFunction · 0.80
OrderByNeighborTermsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected