Inject function handlers for testing
| 242 | |
| 243 | // Inject function handlers for testing |
| 244 | void inject_print_handler(const print_handler_t& handler) { |
| 245 | get_print_handler() = handler; |
| 246 | } |
| 247 | |
| 248 | void inject_println_handler(const println_handler_t& handler) { |
| 249 | get_println_handler() = handler; |
no outgoing calls
no test coverage detected