Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LuminanceHDR/LuminanceHDR
/ CSVTable
Method
CSVTable
src/HdrHTML/hdrhtml.cpp:484–484 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
482
int columns, rows;
483
484
CSVTable() : data(NULL), columns(0), rows(0) {}
485
486
~CSVTable() { free(); }
487
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected