| 65 | } // namespace |
| 66 | |
| 67 | void VisableDataSet::draw_graph(std::shared_ptr<json::Value> graph_json) { |
| 68 | graph_json->writeto_fpath(output_file(m_logdir, "graph.json")); |
| 69 | } |
| 70 | |
| 71 | void VisableDataSet::dump_info(Content& c) { |
| 72 | auto&& content_set = m_file2content[c.file_name()]; |
no test coverage detected