Pos returns the current position in the input
()
| 82 | |
| 83 | // Pos returns the current position in the input |
| 84 | func (p *ChatMsgParser) Pos() int { |
| 85 | return p.pos |
| 86 | } |
| 87 | |
| 88 | // IsPartial returns whether this is a partial parse |
| 89 | func (p *ChatMsgParser) IsPartial() bool { |
no outgoing calls
no test coverage detected