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

Method getErrorMessage

src/backend/common/DependencyModule.cpp:177–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177string DependencyModule::getErrorMessage() noexcept {
178 return common::getErrorMessage();
179}
180
181spdlog::logger* DependencyModule::getLogger() const noexcept {
182 return logger.get();

Callers 3

getMainWindowMethod · 0.80
cudnnModuleMethod · 0.80
cusparseModule.cppFile · 0.80

Calls 1

getErrorMessageFunction · 0.70

Tested by

no test coverage detected