| 64 | { |
| 65 | public: |
| 66 | HierarchyWriter(const ept::Hierarchy& hierarchy, uint64_t step, |
| 67 | ThreadPool& pool, connector::Connector& conn) : |
| 68 | m_hierarchy(hierarchy), m_step(step), m_pool(pool), m_connector(conn) |
| 69 | {} |
| 70 | |
| 71 | void write(const std::string& hierarchyDir, NL::json& curr, const ept::Key& key) const; |
| 72 |
nothing calls this directly
no outgoing calls
no test coverage detected