MCPcopy Create free account
hub / github.com/OAID/Tengine / GetStatusCode

Method GetStatusCode

executor/engine/generic_engine.cpp:196–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196int GenericEngine::GetStatusCode(const exec_status_t& status)
197{
198 int s = any_cast<int>(status);
199
200 return s;
201}
202
203std::string GenericEngine::GetErrorStr(exec_handle_t h)
204{

Callers 1

GetExecStatusMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected