Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ peek
Method
peek
Modules/CppMicroServices/src/usLDAPExpr.cpp:701–708 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
699
}
700
701
char LDAPExpr::ParseState::peek()
702
{
703
if ( m_pos >= m_str.size() )
704
{
705
throw std::out_of_range(
"LDAPExpr"
);
706
}
707
return m_str.at(m_pos);
708
}
709
710
void LDAPExpr::ParseState::skip( int n )
711
{
Callers
1
ParseExpr
Method · 0.80
Calls
2
at
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected