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

Function NewTestService

rpc/_example/node/main.go:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36func NewTestService() *TestService {
37 return &TestService{}
38}
39
40func (s *TestService) Talk(msg string, ret *string) error {
41 fmt.Println(msg)

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected