MCPcopy Create free account
hub / github.com/apache/pulsar-client-go / TestMessageStringOnBatchMessage

Function TestMessageStringOnBatchMessage

pulsar/impl_message_test.go:139–143  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

137}
138
139func TestMessageStringOnBatchMessage(t *testing.T) {
140 id := newMessageID(1, 2, 3, 4, 5)
141
142 assert.Equal(t, "1:2:4:3", id.String())
143}

Callers

nothing calls this directly

Calls 2

newMessageIDFunction · 0.85
StringMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…