MCPcopy Create free account
hub / github.com/tendermint/tendermint / TestBatchedJSONRPCCalls

Function TestBatchedJSONRPCCalls

rpc/client/rpc_test.go:769–776  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

767}
768
769func TestBatchedJSONRPCCalls(t *testing.T) {
770 ctx, cancel := context.WithCancel(context.Background())
771 defer cancel()
772
773 _, conf := NodeSuite(t)
774 c := getHTTPClient(t, conf)
775 testBatchedJSONRPCCalls(ctx, t, c)
776}
777
778func testBatchedJSONRPCCalls(ctx context.Context, t *testing.T, c *rpchttp.HTTP) {
779 k1, v1, tx1 := MakeTxKV()

Callers

nothing calls this directly

Calls 3

getHTTPClientFunction · 0.85
testBatchedJSONRPCCallsFunction · 0.85
NodeSuiteFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…