(offset int64, whence int)
| 53 | } |
| 54 | |
| 55 | func (DummyMFile) Seek(offset int64, whence int) (int64, error) { |
| 56 | return offset, nil |
| 57 | } |
| 58 | |
| 59 | func (d *Virtual) Link(ctx context.Context, file model.Obj, args model.LinkArgs) (*model.Link, error) { |
| 60 | return &model.Link{ |
no outgoing calls
no test coverage detected