MCPcopy 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
467void CsvWindow::setUsed(bool used) {
468 this->used = used;
469}
470
471bool CsvWindow::isUsed() {
472 return this->used;

Callers 15

setValueHideMethod · 0.80
deleteSelectionMethod · 0.80
openFileMethod · 0.80
pasteMethod · 0.80
sortMethod · 0.80
deleteFlaggedCBMethod · 0.80
executeMacroCBMethod · 0.80
moveColsMethod · 0.80
addColMethod · 0.80
addRowMethod · 0.80
delColsMethod · 0.80
delRowsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected