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

Method getError

src/backend/common/err_common.cpp:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63int AfError::getLine() const noexcept { return lineNumber; }
64
65af_err AfError::getError() const noexcept { return error; }
66
67AfError::~AfError() noexcept = default;
68

Callers 4

processExceptionFunction · 0.80
allocMethod · 0.80
DeviceManagerMethod · 0.80
loadModuleFromDiskFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected