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