MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / NewTestService

Function NewTestService

rpc/mux/server_test.go:84–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82}
83
84func NewTestService() *TestService {
85 return &TestService{
86 counter: 0,
87 }
88}
89
90func (s *TestService) IncCounter(req *TestReq, rep *TestRep) error {
91 log.WithFields(log.Fields{

Callers 7

TestIncCounterFunction · 0.70
TestIncCounterSimpleArgsFunction · 0.70
TestETLSBugFunction · 0.70
TestServer_CloseFunction · 0.70
BenchmarkSessionPool_GetFunction · 0.70
TestNewSessionPoolFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected