MCPcopy
hub / github.com/rclone/rclone / WriteAt

Method WriteAt

vfs/vfs.go:121–121  ·  view source on GitHub ↗
(b []byte, off int64)

Source from the content-addressed store, hash-verified

119 Truncate(size int64) error
120 Write(b []byte) (n int, err error)
121 WriteAt(b []byte, off int64) (n int, err error)
122 WriteString(s string) (n int, err error)
123}
124

Callers 15

WriteAtMethod · 0.65
_writeAtMethod · 0.65
TestRWFileHandleWriteAtFunction · 0.65
TestItemGetSizeFunction · 0.65
TestItemDirtyFunction · 0.65
TestItemWriteAtNewFunction · 0.65
TestItemWriteAtExistingFunction · 0.65
TestItemReloadFunction · 0.65
TestItemReloadCacheStaleFunction · 0.65
TestItemReadWriteFunction · 0.65
WriteAtMethod · 0.65

Implementers 2

baseHandlevfs/vfs.go
RWFileHandlevfs/read_write.go

Calls

no outgoing calls

Tested by 11

TestRWFileHandleWriteAtFunction · 0.52
TestItemGetSizeFunction · 0.52
TestItemDirtyFunction · 0.52
TestItemWriteAtNewFunction · 0.52
TestItemWriteAtExistingFunction · 0.52
TestItemReloadFunction · 0.52
TestItemReloadCacheStaleFunction · 0.52
TestItemReadWriteFunction · 0.52
itemWriteFunction · 0.52