MCPcopy Create free account
hub / github.com/bgrimstad/splinter / splinter_datatable_init

Function splinter_datatable_init

src/cinterface/datatable.cpp:21–28  ·  view source on GitHub ↗

DataTable constructor */

Source from the content-addressed store, hash-verified

19
20/* DataTable constructor */
21splinter_obj_ptr splinter_datatable_init()
22{
23 splinter_obj_ptr dataTable = (splinter_obj_ptr) new DataTable();
24
25 dataTables.insert(dataTable);
26
27 return dataTable;
28}
29
30splinter_obj_ptr splinter_datatable_load_init(const char *filename)
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected