MCPcopy 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
21DataTable::DataTable()
22 : DataTable(false, false)
23{
24}
25
26DataTable::DataTable(bool allowDuplicates)
27 : DataTable(allowDuplicates, false)

Callers

nothing calls this directly

Calls 1

loadFunction · 0.85

Tested by

no test coverage detected