| 52 | } |
| 53 | |
| 54 | extern "C" void __acpp_unregister_hcf(std::size_t hcf_object_id) { |
| 55 | hcf_cache::get().unregister_hcf_object(hcf_object_id); |
| 56 | } |
| 57 | |
| 58 | hcf_kernel_info::hcf_kernel_info( |
| 59 | hcf_object_id id, const common::hcf_container::node *kernel_node) |
no test coverage detected