Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinygo-org/tinygo
/ myReader
Struct
myReader
testdata/reflect.go:596–596 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
594
}
595
596
type
myReader
struct
{}
597
598
func
(myReader) Read(p []byte) (int, error) {
return
0, nil }
599
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected