| 40 | /// @brief Defines a mock of the ext_main_entry function |
| 41 | /// |
| 42 | extern "C" void |
| 43 | ext_main_entry() noexcept |
| 44 | { |
| 45 | g_mut_ext_main_entry_executed = true; |
| 46 | } |
| 47 | |
| 48 | /// <!-- description --> |
| 49 | /// @brief Defines a mock of the bf_control_op_exit_impl function |
nothing calls this directly
no outgoing calls
no test coverage detected