| 565 | return this->GetObjectArrayName(EDGE_BLOCK, index); |
| 566 | } |
| 567 | int GetEdgeResultArrayStatus(const char* name) |
| 568 | { |
| 569 | return this->GetObjectArrayStatus(EDGE_BLOCK, name); |
| 570 | } |
| 571 | void SetEdgeResultArrayStatus(const char* name, int flag) |
| 572 | { |
| 573 | this->SetObjectArrayStatus(EDGE_BLOCK, name, flag); |
nothing calls this directly
no test coverage detected