MCPcopy
hub / github.com/benbjohnson/litestream / WriteAt

Method WriteAt

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

Source from the content-addressed store, hash-verified

465}
466
467func (tf *localTempFile) WriteAt(b []byte, off int64) (n int, err error) {
468 return tf.f.WriteAt(b, off)
469}
470
471func (tf *localTempFile) Truncate(size int64) error {
472 return tf.f.Truncate(size)

Callers

nothing calls this directly

Calls 1

WriteAtMethod · 0.45

Tested by

no test coverage detected