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

Function skipLineOrEOS

libsolidity/parsing/DocStringParser.cpp:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36{
37
38std::string::const_iterator skipLineOrEOS(
39 std::string::const_iterator _nlPos,
40 std::string::const_iterator _end
41)
42{
43 return (_nlPos == _end) ? _end : ++_nlPos;
44}
45
46std::string::const_iterator firstNonIdentifier(
47 std::string::const_iterator _pos,

Callers 2

parseDocTagLineMethod · 0.85
parseDocTagParamMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected