| 69 | } |
| 70 | |
| 71 | std::string HierarchyEntryToCsvString(HierarchyEntry const & entry, char delim) |
| 72 | { |
| 73 | return strings::JoinStrings(HierarchyEntryToCsvRow(entry), delim); |
| 74 | } |
| 75 | |
| 76 | coding::CSVReader::Row HierarchyEntryToCsvRow(HierarchyEntry const & entry) |
| 77 | { |
no test coverage detected