MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / get_view_count

Method get_view_count

src/npp/NppInterface.cpp:159–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected