MCPcopy Create free account
hub / github.com/XpuOS/xsched / GetXQueueHandle

Method GetXQueueHandle

service/server/src/server.cpp:204–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204XQueueHandle Server::GetXQueueHandle(const Json::Value &request)
205{
206 if (!request.isMember("handle")) return 0;
207 return (XQueueHandle)request["handle"].asUInt64();
208}
209
210bool Server::GetXQueueStatus(XQueueHandle handle, XQueueStatus &status)
211{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected