| 52 | auto ExtTestCaseTable::canModify() const -> bool { return isCanModify; } |
| 53 | |
| 54 | auto ExtTestCaseTable::canAddSub() const -> bool { return isCanAddSub; } |
| 55 | |
| 56 | auto ExtTestCaseTable::canAddCase() const -> bool { return isCanAddCase; } |
| 57 |
no outgoing calls
no test coverage detected