| 871 | |
| 872 | public: |
| 873 | ModuleEntry(const Pe<arch>& pe, const typename DirImports::Type* const descriptor) noexcept |
| 874 | : m_pe(pe) |
| 875 | , m_descriptor(descriptor) |
| 876 | { |
| 877 | } |
| 878 | |
| 879 | const Pe<arch>& pe() const noexcept |
| 880 | { |
nothing calls this directly
no outgoing calls
no test coverage detected