MCPcopy Create free account
hub / github.com/Segs/Segs / registerServices

Method registerServices

3rd_party/jcon-cpp/src/jcon/json_rpc_server.cpp:38–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void JsonRpcServer::registerServices(const QObjectList& services)
39{
40 m_services.clear();
41 for (auto s : services) {
42 m_services[s] = "";
43 }
44 m_ns_separator = "";
45}
46
47void JsonRpcServer::registerServices(const ServiceMap& services,
48 const QString& ns_separator)

Callers 2

startRPCServerFunction · 0.80
startServerFunction · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected