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

Method Cli

service/cli/src/cli.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23using namespace xsched::protocol;
24
25Cli::Cli(const std::string &addr, uint16_t port)
26{
27 client_ = std::make_unique<Client>(addr, port);
28}
29
30int Cli::ListXQueues()
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected