Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/segmentio/encoding
/ ReadBytes
Method
ReadBytes
thrift/debug.go:79–83 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
77
}
78
79
func
(d *debugReader) ReadBytes() ([]byte, error) {
80
v, err := d.r.ReadBytes()
81
d.log(
"ReadBytes"
, v, err)
82
return
v, err
83
}
84
85
func
(d *debugReader) ReadString() (string, error) {
86
v, err := d.r.ReadString()
Callers
nothing calls this directly
Calls
2
log
Method · 0.95
ReadBytes
Method · 0.65
Tested by
no test coverage detected