| 1085 | |
| 1086 | public: |
| 1087 | ModuleEntry(const Pe<arch>& pe, const typename DirDelayedImports::Type* const descriptor) noexcept |
| 1088 | : m_pe(pe) |
| 1089 | , m_descriptor(descriptor) |
| 1090 | { |
| 1091 | } |
| 1092 | |
| 1093 | const Pe<arch>& pe() const noexcept |
| 1094 | { |
nothing calls this directly
no outgoing calls
no test coverage detected