Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeneficialCode/WinArk
/ Clear
Method
Clear
WinArk/ColumnManager.cpp:65–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
void ColumnManager::Clear() {
66
m_Columns.clear();
67
if (m_ListView)
68
while (m_ListView.DeleteColumn(0))
69
;
70
}
71
72
void ColumnManager::UpdateColumns() {
73
auto header = m_ListView.GetHeader();
Callers
nothing calls this directly
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected