ThroughEdgeTable returns true if the step is through a join-table.
()
| 157 | |
| 158 | // ThroughEdgeTable returns true if the step is through a join-table. |
| 159 | func (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. |
no outgoing calls
no test coverage detected