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