ReportErrorAtID logs an error during parsing which is included in the issue set returned from a failed parse.
(id int64, msg string, args ...any)
| 463 | // ReportErrorAtID logs an error during parsing which is included in the issue set returned from |
| 464 | // a failed parse. |
| 465 | ReportErrorAtID(id int64, msg string, args ...any) |
| 466 | } |
| 467 | |
| 468 | // TagVisitor declares a set of interfaces for handling custom tags which would otherwise be unsupported |
no outgoing calls