MCPcopy Create free account
hub / github.com/argotorg/solidity / setPosition

Method setPosition

liblangutil/Scanner.cpp:150–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void Scanner::setPosition(size_t _offset)
151{
152 m_char = m_source.setPosition(_offset);
153 scanToken();
154 next();
155 next();
156}
157
158bool Scanner::scanHexByte(char& o_scannedByte)
159{

Callers 3

validateBiDiMarkupFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected