MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / parseSpace

Method parseSpace

src/engine/ConsoleInterpreter.cpp:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 }
120
121 void Lexer::parseSpace()
122 {
123 while (!m_Eof && std::isspace(m_Next))
124 advance();
125 }
126
127 Token Lexer::parseToken()
128 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected