()
| 42 | e.edges = append(e.edges, Edge{a, b}) |
| 43 | } |
| 44 | func (e *edgeVectorShape) NumEdges() int { return len(e.edges) } |
| 45 | func (e *edgeVectorShape) Edge(id int) Edge { return e.edges[id] } |
| 46 | func (e *edgeVectorShape) ReferencePoint() ReferencePoint { return OriginReferencePoint(false) } |
| 47 | func (e *edgeVectorShape) NumChains() int { return len(e.edges) } |
no outgoing calls
no test coverage detected