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

Method setErr

object.go:1333–1337  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

1331}
1332
1333func (o *objResult) setErr(err error) {
1334 o.Lock()
1335 defer o.Unlock()
1336 o.err = err
1337}
1338
1339func (o *objResult) Info() (*ObjectInfo, error) {
1340 o.Lock()

Callers 1

GetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected