MCPcopy Create free account
hub / github.com/apache/iotdb-client-go / NewIClientRPCServiceClient

Function NewIClientRPCServiceClient

rpc/client.go:20103–20107  ·  view source on GitHub ↗
(c thrift.TClient)

Source from the content-addressed store, hash-verified

20101}
20102
20103func NewIClientRPCServiceClient(c thrift.TClient) *IClientRPCServiceClient {
20104 return &IClientRPCServiceClient{
20105 c: c,
20106 }
20107}
20108
20109func (p *IClientRPCServiceClient) Client_() thrift.TClient {
20110 return p.c

Callers 3

OpenMethod · 0.92
OpenClusterMethod · 0.92
initClusterConnMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…