Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
467
func
(tf *localTempFile) WriteAt(b []byte, off int64) (n int, err error) {
468
return
tf.f.WriteAt(b, off)
469
}
470
471
func
(tf *localTempFile) Truncate(size int64) error {
472
return
tf.f.Truncate(size)
Callers
nothing calls this directly
Calls
1
WriteAt
Method · 0.45
Tested by
no test coverage detected