MCPcopy Create free account
hub / github.com/CPChain/chain / TestServerMethodExecution

Function TestServerMethodExecution

api/rpc/server_test.go:156–158  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

154}
155
156func TestServerMethodExecution(t *testing.T) {
157 testServerMethodExecution(t, "echo")
158}
159
160func TestServerMethodWithCtx(t *testing.T) {
161 testServerMethodExecution(t, "echoWithCtx")

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected