Nesting returns the current nesting level. Necessary if using NextBlock()
()
| 194 | // Nesting returns the current nesting level. Necessary |
| 195 | // if using NextBlock() |
| 196 | func (d *Dispenser) Nesting() int { |
| 197 | return d.nesting |
| 198 | } |
| 199 | |
| 200 | // Val gets the text of the current token. If there is no token |
| 201 | // loaded, it returns empty string. |
no outgoing calls
no test coverage detected