Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
func
(myReader) Read(p []byte) (int, error) {
return
0, nil }
11
func
(myReader) ReadAt(p []byte, off int64) (int, error) {
return
0, nil }
12
13
// Modifications after defer should be flagged.
14
Callers
1
readAtAfterDefer
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected