MCPcopy Create free account
hub / github.com/CMU-Perceptual-Computing-Lab/openpose / catch

Function catch

src/openpose/gpu/opencl.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66 #endif
67 catch (const std::exception& e)
68 {
69 error(e.what(), __LINE__, __FUNCTION__, __FILE__);
70 }
71 return true;
72 #else
73 UNUSED(program);

Callers

nothing calls this directly

Calls 2

whatMethod · 0.80
errorFunction · 0.50

Tested by

no test coverage detected