| 111 | } |
| 112 | |
| 113 | void Visualizer::onMappingOutput(spectacularAI::mapping::MapperOutputPtr mappingOutput) { |
| 114 | serializer.serializeMappingOutput(mappingOutput); |
| 115 | } |
| 116 | |
| 117 | void Visualizer::run() { |
| 118 | if (!runPythonVisualizer(args)) { |
no test coverage detected