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

Method getLine

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

Source from the content-addressed store, hash-verified

61const string &AfError::getFileName() const noexcept { return fileName; }
62
63int AfError::getLine() const noexcept { return lineNumber; }
64
65af_err AfError::getError() const noexcept { return error; }
66

Callers 2

processExceptionFunction · 0.80
~DeviceManagerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected