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

Method gridCompleteGuard

src/datatable.cpp:131–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void DataTable::gridCompleteGuard() const
132{
133 if (!(isGridComplete() || allowIncompleteGrid))
134 {
135 throw Exception("DataTable::gridCompleteGuard: The grid is not complete yet!");
136 }
137}
138
139void DataTable::save(const std::string &fileName) const
140{

Callers

nothing calls this directly

Calls 1

ExceptionClass · 0.85

Tested by

no test coverage detected