MCPcopy Create free account
hub / github.com/RenderKit/embree / getThreadLastErrorMessage

Method getThreadLastErrorMessage

kernels/common/device.cpp:302–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300 }
301
302 const char* Device::getThreadLastErrorMessage()
303 {
304 RTCErrorMessage* stored_error = g_errorHandler.error();
305 return stored_error->msg.c_str();
306 }
307
308 void Device::process_error(Device* device, RTCError error, const char* str)
309 {

Callers

nothing calls this directly

Calls 2

errorMethod · 0.80
c_strMethod · 0.45

Tested by

no test coverage detected