Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tablecruncher/tablecruncher
/ updateStatusbarCB
Method
updateStatusbarCB
src/csvwindow.cpp:537–541 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
535
536
537
void CsvWindow::updateStatusbarCB(const char *msg, void *obj) {
538
CsvWindow *oWin = (CsvWindow *)obj;
539
oWin->updateStatusbar(msg);
540
Fl::check();
541
}
542
543
544
Callers
nothing calls this directly
Calls
2
check
Function · 0.85
updateStatusbar
Method · 0.80
Tested by
no test coverage detected