| 426 | qstring m_GVName; |
| 427 | qstring tmp; |
| 428 | MicrocodeGraphContainer(shared_mbl_array_t mba) : m_MBA(mba) {}; |
| 429 | void Display(sample_info_t *si) |
| 430 | { |
| 431 | mbl_array_t *mba = *si->mba; |
nothing calls this directly
no outgoing calls
no test coverage detected