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

Method appendString

nats.go:2176–2178  ·  view source on GitHub ↗
(str string)

Source from the content-addressed store, hash-verified

2174}
2175
2176func (w *natsWriter) appendString(str string) error {
2177 return w.appendBufs([]byte(str))
2178}
2179
2180func (w *natsWriter) appendBufs(bufs ...[]byte) error {
2181 for _, buf := range bufs {

Callers 5

resetOrderedConsumerMethod · 0.80
sendProtoMethod · 0.80
subscribeLockedMethod · 0.80
unsubscribeMethod · 0.80
sendPingMethod · 0.80

Calls 1

appendBufsMethod · 0.95

Tested by

no test coverage detected