| 799 | { |
| 800 | const IntegrityQuestionInfo& qi = integrityQuestions[i]; |
| 801 | if (qi.type == type && qi.q.name == q.name && qi.q.offset == q.offset && qi.q.size == q.size) |
| 802 | { |
| 803 | return i; |
| 804 | } |
| 805 | } |
| 806 | return -1; |
| 807 | } |
| 808 |
nothing calls this directly
no test coverage detected