MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / GetBookmarks

Method GetBookmarks

DebugView++/LogView.cpp:1697–1704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1695}
1696
1697std::vector<int> CLogView::GetBookmarks() const
1698{
1699 std::vector<int> bookmarks;
1700 for (auto& line : m_logLines)
1701 if (line.bookmark)
1702 bookmarks.push_back(line.line);
1703 return bookmarks;
1704}
1705
1706void CLogView::ResetFilters()
1707{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected