Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/d99kris/rapidcsv
/ GetDataRowCount
Method
GetDataRowCount
src/rapidcsv.h:1861–1864 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1859
}
1860
1861
size_t GetDataRowCount() const
1862
{
1863
return mData.size();
1864
}
1865
1866
size_t GetDataColumnCount() const
1867
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected