| 231 | /// Peeks a single character without moving forward in the buffer. |
| 232 | /// </summary> |
| 233 | FORCE_INLINE char PeekChar() const |
| 234 | { |
| 235 | return *_cursor; |
| 236 | } |
| 237 | |
| 238 | /// <summary> |
| 239 | /// Gets the current line number. |
no outgoing calls
no test coverage detected