(id int)
| 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) } |
| 48 | func (e *edgeVectorShape) Chain(chainID int) Chain { return Chain{chainID, 1} } |
no outgoing calls
no test coverage detected