MCPcopy
hub / github.com/nats-io/nats.go / TestJetStreamPullSubscribeFetchContext

Function TestJetStreamPullSubscribeFetchContext

test/js_test.go:9310–9312  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

9308}
9309
9310func TestJetStreamPullSubscribeFetchContext(t *testing.T) {
9311 withJSCluster(t, "PULLCTX", 3, testJetStreamFetchContext)
9312}
9313
9314func testJetStreamFetchContext(t *testing.T, srvs ...*jsServer) {
9315 srv := srvs[0]

Callers

nothing calls this directly

Calls 1

withJSClusterFunction · 0.70

Tested by

no test coverage detected