MCPcopy Create free account
hub / github.com/Bareflank/hypervisor / ext_main_entry

Function ext_main_entry

runtime/tests/src/_start/behavior.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected