MCPcopy 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
24func (e DecoderError) ReaderErr() error { return e.readerErr }
25
26func (e DecoderError) Error() string {
27 loc := fmt.Sprintf("%s [%d,%d]", quoteChar(e.atChar), e.pos[0], e.pos[1])

Callers 1

TestDecoderReaderFailureFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestDecoderReaderFailureFunction · 0.64