| 157 | constexpr auto npp_view_count = 2; |
| 158 | |
| 159 | int NppInterface::get_view_count() const { |
| 160 | return npp_view_count; |
| 161 | } |
| 162 | |
| 163 | void NppInterface::set_target_view(int view_index) const { |
| 164 | m_target_view = static_cast<NppViewType>(view_index); |
no outgoing calls
no test coverage detected