MCPcopy
hub / github.com/OpenListTeam/OpenList / Seek

Method Seek

drivers/virtual/driver.go:55–57  ·  view source on GitHub ↗
(offset int64, whence int)

Source from the content-addressed store, hash-verified

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

Callers 15

PutMethod · 0.45
upRemoteMethod · 0.45
upOneDriveMethod · 0.45
upS3Method · 0.45
uploadMethod · 0.45
PutMethod · 0.45
StreamUploadMethod · 0.45
fastUploadMethod · 0.45
OldUploadMethod · 0.45
uploadS3Method · 0.45
PutMethod · 0.45
uploadToSessionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected