| 166 | } |
| 167 | |
| 168 | bool DependencyModule::isLoaded() const noexcept { |
| 169 | return static_cast<bool>(handle); |
| 170 | } |
| 171 | |
| 172 | bool DependencyModule::symbolsLoaded() const noexcept { |
| 173 | return all_of(begin(functions), end(functions), |
no outgoing calls
no test coverage detected