Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bcicen/jstream
/ ReaderErr
Method
ReaderErr
errors.go:24–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
func
(e DecoderError) ReaderErr() error {
return
e.readerErr }
25
26
func
(e DecoderError) Error() string {
27
loc := fmt.Sprintf(
"%s [%d,%d]"
, quoteChar(e.atChar), e.pos[0], e.pos[1])
Callers
1
TestDecoderReaderFailure
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestDecoderReaderFailure
Function · 0.64