-------------------------------------------------------------------------
| 211 | } |
| 212 | //------------------------------------------------------------------------- |
| 213 | std::string TemplateHtmlExporter::GetUuid() |
| 214 | { |
| 215 | boost::uuids::uuid id(uuidGenerator_()); |
| 216 | |
| 217 | return boost::uuids::to_string(id); |
| 218 | } |
| 219 | |
| 220 | //------------------------------------------------------------------------- |
| 221 | void TemplateHtmlExporter::FillSection( |
nothing calls this directly
no outgoing calls
no test coverage detected