Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
84
func
NewTestService() *TestService {
85
return
&TestService{
86
counter: 0,
87
}
88
}
89
90
func
(s *TestService) IncCounter(req *TestReq, rep *TestRep) error {
91
log.WithFields(log.Fields{
Callers
7
TestIncCounter
Function · 0.70
TestIncCounterSimpleArgs
Function · 0.70
TestEncryptIncCounterSimpleArgs
Function · 0.70
TestETLSBug
Function · 0.70
TestServer_Close
Function · 0.70
BenchmarkSessionPool_Get
Function · 0.70
TestNewSessionPool
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected