| 718 | } |
| 719 | |
| 720 | SC::PluginDynamicLibrary::PluginDynamicLibrary() : lastLoadTime(PluginNow()) { numReloads = 0; } |
| 721 | SC::Result SC::PluginDynamicLibrary::unload(bool releaseDebuggerFiles) |
| 722 | { |
| 723 | SC_TRY(dynamicLibrary.close()); |
nothing calls this directly
no test coverage detected