MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / GetBookmark

Method GetBookmark

Source/BookmarkCollection.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38CBookmark *CBookmarkCollection::GetBookmark(unsigned Index) const
39{
40 return Index < m_pBookmark.size() ? m_pBookmark[Index].get() : nullptr;
41}
42
43bool CBookmarkCollection::AddBookmark(std::unique_ptr<CBookmark> pMark)
44{

Callers 8

GetHighlightAtMethod · 0.80
LoadBookmarksMethod · 0.80
IsBookmarkValidMethod · 0.80
DrawFrameEditorMethod · 0.80

Calls 2

sizeMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected