MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / next

Method next

src/Chain/libraries/glua/glua_tokenparser.cpp:763–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

761 }
762
763 bool GluaTokenParser::next()
764 {
765 if (!hasNext())
766 return false;
767 ++_pos;
768 return true;
769 }
770
771 GluaParserToken GluaTokenParser::current() const
772 {

Callers 2

tokens_to_lua_valueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected