| 560 | } |
| 561 | |
| 562 | int GetNumberOfEdgeResultArrays() { return this->GetNumberOfObjectArrays(EDGE_BLOCK); } |
| 563 | const char* GetEdgeResultArrayName(int index) |
| 564 | { |
| 565 | return this->GetObjectArrayName(EDGE_BLOCK, index); |
nothing calls this directly
no test coverage detected