Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tablecruncher/tablecruncher
/ getWindowSlotUsed
Method
getWindowSlotUsed
src/csvwindow.cpp:318–320 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
316
317
318
bool CsvWindow::getWindowSlotUsed() {
319
return windowSlotUsed;
320
}
321
322
void CsvWindow::setWindowSlotUsed(bool state) {
323
windowSlotUsed = state;
Callers
7
createNewWindow
Method · 0.80
closeWindow
Method · 0.80
quitApplication
Method · 0.80
setTopWindow
Method · 0.80
setFocusByWinIndex
Method · 0.80
isAlreadyOpened
Method · 0.80
dumpWindows
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected