MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / isLoaded

Method isLoaded

src/backend/common/DependencyModule.cpp:168–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

DeviceManagerMethod · 0.45
DeviceManagerMethod · 0.45
getMainWindowMethod · 0.45
FreeImage_ModuleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected