Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tablecruncher/tablecruncher
/ setUsed
Method
setUsed
src/csvwindow.cpp:467–469 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
465
466
467
void CsvWindow::setUsed(bool used) {
468
this->used = used;
469
}
470
471
bool CsvWindow::isUsed() {
472
return this->used;
Callers
15
setValueHide
Method · 0.80
deleteSelection
Method · 0.80
openFile
Method · 0.80
paste
Method · 0.80
sort
Method · 0.80
deleteFlaggedCB
Method · 0.80
executeMacroCB
Method · 0.80
moveCols
Method · 0.80
addCol
Method · 0.80
addRow
Method · 0.80
delCols
Method · 0.80
delRows
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected