MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / what

Method what

tests/framework/Exceptions.cpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127const char *TestError::what() const noexcept
128{
129 return _combined.c_str();
130}
131
132} // namespace framework
133} // namespace test

Callers 5

mainFunction · 0.45
run_testMethod · 0.45
catchFunction · 0.45
print_errorMethod · 0.45
print_errorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected