Data returns the slice provided to the last call to Reset.
()
| 59 | |
| 60 | // Data returns the slice provided to the last call to Reset. |
| 61 | func (p *Parser) Data() []byte { |
| 62 | return p.data |
| 63 | } |
| 64 | |
| 65 | // Range returns a range description that corresponds to a given slice of the |
| 66 | // input. If the argument is not a subslice of the parser input, this function |
no outgoing calls
no test coverage detected