MCPcopy Index your code
hub / github.com/pquerna/ffjson / Error

Method Error

fflib/v1/lexer.go:139–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137}
138
139func (le *LexerError) Error() string {
140 return fmt.Sprintf(`ffjson error: (%T)%s offset=%d line=%d char=%d`,
141 le.err, le.err.Error(),
142 le.offset, le.line, le.char)
143}
144
145func (ffl *FFLexer) WrapErr(err error) error {
146 line, char := ffl.reader.PosWithLine()

Callers 3

TestMarshalFasterFunction · 0.45
TestMarshalEncoderErrorFunction · 0.45
TestUnmarshalFasterFunction · 0.45

Calls

no outgoing calls

Tested by 3

TestMarshalFasterFunction · 0.36
TestMarshalEncoderErrorFunction · 0.36
TestUnmarshalFasterFunction · 0.36