MCPcopy Create free account
hub / github.com/MITK/MITK / skipWhite

Method skipWhite

Modules/CppMicroServices/src/usLDAPExpr.cpp:720–726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

718}
719
720void LDAPExpr::ParseState::skipWhite()
721{
722 while (std::isspace(peek()))
723 {
724 m_pos++;
725 }
726}
727
728std::string LDAPExpr::ParseState::getAttributeName()
729{

Callers 1

ParseExprMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected