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

Function splinter_datatable_get_num_variables

src/cinterface/datatable.cpp:120–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120int splinter_datatable_get_num_variables(splinter_obj_ptr datatable_ptr)
121{
122 auto dataTable = get_datatable(datatable_ptr);
123 if (dataTable != nullptr)
124 {
125 return dataTable->getNumVariables();
126 }
127
128 return 0;
129}
130
131
132int splinter_datatable_get_num_samples(splinter_obj_ptr datatable_ptr)

Callers

nothing calls this directly

Calls 1

get_datatableFunction · 0.85

Tested by

no test coverage detected