Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
36
func
NewTestService() *TestService {
37
return
&TestService{}
38
}
39
40
func
(s *TestService) Talk(msg string, ret *string) error {
41
fmt.Println(msg)
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected