| 38 | } |
| 39 | |
| 40 | DUContext* LocalIndexedDUContext::data(TopDUContext* top) const |
| 41 | { |
| 42 | if (!m_contextIndex) |
| 43 | return nullptr; |
| 44 | else |
| 45 | return top->m_dynamicData->contextForIndex(m_contextIndex); |
| 46 | } |
nothing calls this directly
no test coverage detected