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

Method get_bookmarked_lines

test/MockEditorInterface.cpp:658–663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

656}
657
658std::set<size_t> MockEditorInterface::get_bookmarked_lines() const {
659 auto doc = active_document();
660 if (!doc)
661 return {};
662 return doc->cur.bookmarked_lines;
663}
664
665constexpr auto mock_editor_view_count = 2;
666

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected