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

Method setErr

jetstream/object.go:1517–1521  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

1515}
1516
1517func (o *objResult) setErr(err error) {
1518 o.Lock()
1519 defer o.Unlock()
1520 o.err = err
1521}
1522
1523func (o *objResult) Info() (*ObjectInfo, error) {
1524 o.Lock()

Callers 1

GetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected