MCPcopy Create free account
hub / github.com/SpectacularAI/sdk / run

Method run

cpp/common/visualization/visualizer.cpp:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void Visualizer::run() {
118 if (!runPythonVisualizer(args)) {
119 std::cerr << "Failed to run Python visualization. Make sure all dependencies are installed: pip install spectacularAI[full]" << std::endl;
120 }
121}
122
123} // namespace visualization
124} // namespace spectacularAI

Callers 3

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 1

runPythonVisualizerFunction · 0.85

Tested by

no test coverage detected