YugabyteDB (2.13.1.0-b60, 21121d69985fbf76aa6958d8f04a9bfa936293b5)

Coverage Report

Created: 2022-03-22 16:43

/Users/deen/code/yugabyte-db/build/debugcov-clang-dynamic-arm64-ninja/src/yb/yql/cql/cqlserver/cql_service.service.cc
Line
Count
Source (jump to first uncovered line)
1
// THIS FILE IS AUTOGENERATED FROM yb/yql/cql/cqlserver/cql_service.proto
2
3
#include "yb/yql/cql/cqlserver/cql_service.pb.h"
4
#include "yb/yql/cql/cqlserver/cql_service.service.h"
5
6
#include <glog/logging.h>
7
8
#include "yb/rpc/inbound_call.h"
9
#include "yb/rpc/local_call.h"
10
#include "yb/rpc/remote_method.h"
11
#include "yb/rpc/rpc_context.h"
12
#include "yb/rpc/rpc_service.h"
13
#include "yb/rpc/service_if.h"
14
#include "yb/util/metrics.h"
15
16
namespace yb {
17
namespace cqlserver {
18
19
6.11k
CQLServerServiceIf::CQLServerServiceIf(const scoped_refptr<MetricEntity>& entity) {
20
6.11k
  InitMethods(entity);
21
6.11k
}
22
23
0
CQLServerServiceIf::~CQLServerServiceIf() {
24
0
}
25
26
0
void CQLServerServiceIf::FillEndpoints(const ::yb::rpc::RpcServicePtr& service, ::yb::rpc::RpcEndpointMap* map) {
27
0
}
28
29
0
void CQLServerServiceIf::Handle(::yb::rpc::InboundCallPtr call) {
30
0
  auto index = call->method_index();
31
0
  methods_[index].handler(std::move(call));
32
0
}
33
34
18.3k
std::string CQLServerServiceIf::service_name() const {
35
18.3k
  return "yb.cqlserver.CQLServerService";
36
18.3k
}
37
0
std::string CQLServerServiceIf::static_service_name() {
38
0
  return "yb.cqlserver.CQLServerService";
39
0
}
40
41
6.11k
void CQLServerServiceIf::InitMethods(const scoped_refptr<MetricEntity>& entity) {
42
6.11k
}
43
44
} // namespace cqlserver
45
} // namespace yb