Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bgrimstad/splinter
/ DataTable
Method
DataTable
src/datatable.cpp:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
{
20
21
DataTable::DataTable()
22
: DataTable(false, false)
23
{
24
}
25
26
DataTable::DataTable(bool allowDuplicates)
27
: DataTable(allowDuplicates, false)
Callers
nothing calls this directly
Calls
1
load
Function · 0.85
Tested by
no test coverage detected