MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / PeekChar

Function PeekChar

Source/Engine/Utilities/TextProcessing.h:233–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

Callers 2

EatWhiteSpacesMethod · 0.85
ReadTokenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected