ReportErrorAtID logs an error during parsing which is included in the issue set returned from a failed parse.
(id int64, msg string, args ...any)
| 421 | // ReportErrorAtID logs an error during parsing which is included in the issue set returned from |
| 422 | // a failed parse. |
| 423 | ReportErrorAtID(id int64, msg string, args ...any) |
| 424 | } |
| 425 | |
| 426 | // TagVisitor declares a set of interfaces for handling custom tags which would otherwise be unsupported |
no outgoing calls