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

Method isLink

object.go:555–557  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

553}
554
555func (info *ObjectInfo) isLink() bool {
556 return info.ObjectMeta.Opts != nil && info.ObjectMeta.Opts.Link != nil
557}
558
559type GetObjectOpt interface {
560 configureGetObject(opts *getObjectOpts) error

Callers 3

GetMethod · 0.45
AddLinkMethod · 0.45
AddBucketLinkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected