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