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

Method current

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

Source from the content-addressed store, hash-verified

769 }
770
771 GluaParserToken GluaTokenParser::current() const
772 {
773 if (eof())
774 return eof_token();
775 return *std::next(_tokens.begin(), _pos);
776 }
777
778 GluaParserToken GluaTokenParser::lookahead() const
779 {

Callers 6

tokens_to_lua_valueFunction · 0.45
dereferenceMethod · 0.45
functionsMethod · 0.45
set_hash_functionsMethod · 0.45
commitMethod · 0.45

Calls 4

eof_tokenFunction · 0.85
eofFunction · 0.50
nextFunction · 0.50
beginMethod · 0.45

Tested by

no test coverage detected