MCPcopy Create free account
hub / github.com/PDAL/PDAL / done

Function done

pdal/FlexWriter.hpp:138–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 }
137
138 virtual void done(PointTableRef table) final
139 {
140 if (m_hashPos == std::string::npos)
141 doneFile();
142 doneTable(table);
143 }
144
145#undef final
146

Callers

nothing calls this directly

Calls 2

doneFileFunction · 0.85
doneTableFunction · 0.85

Tested by

no test coverage detected