Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cxasm/notepad--
/ appendMarkRecord
Method
appendMarkRecord
src/scintillaeditview.cpp:953–956 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
951
952
953
void ScintillaEditView::appendMarkRecord(FindRecords * r)
954
{
955
m_curMarkList.append(r);
956
}
957
958
void ScintillaEditView::releaseAllMark()
959
{
Callers
1
markAll
Method · 0.80
Calls
1
append
Method · 0.80
Tested by
no test coverage detected