| 10 | bool backend_interface::consumes_gnuplot_commands() { return false; } |
| 11 | |
| 12 | bool backend_interface::is_interactive() { return true; } |
| 13 | |
| 14 | const std::string &backend_interface::output() { |
| 15 | const static std::string r{}; |
nothing calls this directly
no outgoing calls
no test coverage detected