MCPcopy Create free account
hub / github.com/egonelbre/exp / ReadAt

Method ReadAt

check-deferslice/testdata/src/example/example.go:11–11  ·  view source on GitHub ↗
(p []byte, off int64)

Source from the content-addressed store, hash-verified

9
10func (myReader) Read(p []byte) (int, error) { return 0, nil }
11func (myReader) ReadAt(p []byte, off int64) (int, error) { return 0, nil }
12
13// Modifications after defer should be flagged.
14

Callers 1

readAtAfterDeferFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected