| 104 | KernelElf(const KernelElf&) = default; |
| 105 | KernelElf(KernelElf&&) = default; |
| 106 | auto operator=(const KernelElf&) -> KernelElf& = default; |
| 107 | auto operator=(KernelElf&&) -> KernelElf& = default; |
| 108 | ~KernelElf() = default; |
| 109 | /// @} |
nothing calls this directly
no outgoing calls
no test coverage detected