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

Method dumpSelection

src/csvwindow.cpp:502–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500}
501
502void CsvWindow::dumpSelection() {
503 int s_left, s_top, s_right, s_bottom;
504 grid->get_selection(s_top, s_left, s_bottom, s_right);
505 printf("%d,%d - %d,%d\n", s_top, s_left, s_bottom, s_right);
506}
507
508
509

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected