MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / dumpWindows

Method dumpWindows

src/csvapplication.cpp:3558–3567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3556
3557
3558void CsvApplication::dumpWindows() {
3559 for( int slot = 0; slot < TCRUNCHER_MAX_WINDOWS; ++slot) {
3560 printf("Window %02d:\n", slot);
3561 if( windows[slot].getWindowSlotUsed() ) {
3562 printf("win: %p\n", (void *)windows[slot].win);
3563 } else {
3564 printf("-- not used --\n");
3565 }
3566 }
3567}
3568
3569
3570

Callers

nothing calls this directly

Calls 1

getWindowSlotUsedMethod · 0.80

Tested by

no test coverage detected