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

Function TestJetStreamPullSubscribeOptions

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

Source from the content-addressed store, hash-verified

7774}
7775
7776func TestJetStreamPullSubscribeOptions(t *testing.T) {
7777 withJSCluster(t, "FOPTS", 3, testJetStreamFetchOptions)
7778}
7779
7780func testJetStreamFetchOptions(t *testing.T, srvs ...*jsServer) {
7781 srv := srvs[0]

Callers

nothing calls this directly

Calls 1

withJSClusterFunction · 0.70

Tested by

no test coverage detected