| 210 | } |
| 211 | |
| 212 | HostLibsModel::HostLibsModel() { |
| 213 | // Load list of available libraries |
| 214 | LoadThunkDatabase(HostLibsDB, true); |
| 215 | LoadThunkDatabase(HostLibsDB, false); |
| 216 | } |
| 217 | |
| 218 | void HostLibsModel::Reload(const fextl::string& Path) { |
| 219 | for (auto& [_, Enabled] : HostLibsDB) { |
nothing calls this directly
no test coverage detected