Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ rowsInCurrentObject
Method
rowsInCurrentObject
src/backend/datasources/filters/ROOTFilter.cpp:70–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
int ROOTFilter::rowsInCurrentObject(const QString& fileName) const {
71
return d->rowsInCurrentObject(fileName);
72
}
73
74
void ROOTFilter::setStartRow(const int s) {
75
d->startRow = s;
Callers
1
refreshPreview
Method · 0.80
Calls
2
histogramBins
Method · 0.80
treeEntries
Method · 0.80
Tested by
no test coverage detected