| 1122 | } |
| 1123 | |
| 1124 | DUContext::ContextType DUContext::type() const |
| 1125 | { |
| 1126 | //ENSURE_CAN_READ This is disabled, because type() is called very often while searching, and it costs us performance |
| 1127 | |
| 1128 | return d_func()->m_contextType; |
| 1129 | } |
| 1130 | |
| 1131 | void DUContext::setType(ContextType type) |
| 1132 | { |
no outgoing calls
no test coverage detected