In returns the input string.
()
| 76 | |
| 77 | // In returns the input string. |
| 78 | func (s *Scanner) In() string { |
| 79 | return s.in |
| 80 | } |
| 81 | |
| 82 | // Pos returns the current position being lexed. |
| 83 | func (s *Scanner) Pos() int { |
no outgoing calls
no test coverage detected