Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
720
void LDAPExpr::ParseState::skipWhite()
721
{
722
while (std::isspace(peek()))
723
{
724
m_pos++;
725
}
726
}
727
728
std::string LDAPExpr::ParseState::getAttributeName()
729
{
Callers
1
ParseExpr
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected