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

Method GetStatus

executor/engine/generic_engine.cpp:152–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152exec_status_t GenericEngine::GetStatus(exec_handle_t h)
153{
154 GraphTask* graph_task = any_cast<GraphTask*>(*h);
155
156 return graph_task->GetStatus();
157}
158
159bool GenericEngine::SetEventHook(exec_handle_t h, int event, event_handler_t cb_func, void* cb_arg)
160{

Callers 4

GetExecStatusMethod · 0.45
InsertQueueMethod · 0.45
RemoveQueueMethod · 0.45
ReclaimSubgraphTaskMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected