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

Function TestClientCancelIPC

api/rpc/client_test.go:104–104  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

102func TestClientCancelWebsocket(t *testing.T) { testClientCancel("ws", t) }
103func TestClientCancelHTTP(t *testing.T) { testClientCancel("http", t) }
104func TestClientCancelIPC(t *testing.T) { testClientCancel("ipc", t) }
105
106// This test checks that requests made through CallContext can be canceled by canceling
107// the context.

Callers

nothing calls this directly

Calls 1

testClientCancelFunction · 0.85

Tested by

no test coverage detected