Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/alecthomas/participle
/ Error
Method
Error
error.go:71–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
}
70
71
func
(p *ParseError) Error() string {
return
FormatError(p) }
72
func
(p *ParseError) Message() string {
return
p.Msg }
73
func
(p *ParseError) Position() lexer.Position {
return
p.Pos }
74
Callers
15
TestProductionCapture
Function · 0.45
TestParseSequence
Function · 0.45
TestLiteralTypeConstraint
Function · 0.45
TestEmptyStructErrorsNotPanicsIssue21
Function · 0.45
TestNestedOptional
Function · 0.45
TestInvalidNumbers
Function · 0.45
TestPartialAST
Function · 0.45
TestTokenAfterRepeatErrors
Function · 0.45
TestTrailing
Function · 0.45
test
Method · 0.45
TestIssue60
Function · 0.45
TestIssue71
Function · 0.45
Calls
1
FormatError
Function · 0.85
Tested by
15
TestProductionCapture
Function · 0.36
TestParseSequence
Function · 0.36
TestLiteralTypeConstraint
Function · 0.36
TestEmptyStructErrorsNotPanicsIssue21
Function · 0.36
TestNestedOptional
Function · 0.36
TestInvalidNumbers
Function · 0.36
TestPartialAST
Function · 0.36
TestTokenAfterRepeatErrors
Function · 0.36
TestTrailing
Function · 0.36
test
Method · 0.36
TestIssue60
Function · 0.36
TestIssue71
Function · 0.36