ShapeID reports the ID of the Shape this result is for.
()
| 119 | |
| 120 | // ShapeID reports the ID of the Shape this result is for. |
| 121 | func (e EdgeQueryResult) ShapeID() int32 { return e.shapeID } |
| 122 | |
| 123 | // EdgeID reports the ID of the edge in the results Shape. |
| 124 | func (e EdgeQueryResult) EdgeID() int32 { return e.edgeID } |
no outgoing calls