MCPcopy Create free account
hub / github.com/alpha-liu-01/SpeedyNote / openNoteById

Method openNoteById

source/ui/MarkdownNotesSidebar.cpp:263–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263void MarkdownNotesSidebar::openNoteById(const QString& linkObjectId,
264 const QString& noteId)
265{
266 if (searchMode) exitSearchMode();
267 showOutlineView();
268 if (notesTreePanel) notesTreePanel->openNoteById(linkObjectId, noteId);
269}
270
271void MarkdownNotesSidebar::highlightPage(int pageIndex)
272{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected