| 22 | } |
| 23 | |
| 24 | int Explore::prepare_session () |
| 25 | { |
| 26 | if (params.ip_port <= 0) |
| 27 | { |
| 28 | params.ip_port = 5; // default for explore |
| 29 | } |
| 30 | return BTLibBoard::prepare_session (); |
| 31 | } |
| 32 | |
| 33 | int Explore::config_board (std::string config, std::string &response) |
| 34 | { |
nothing calls this directly
no test coverage detected