Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ checkEnd
Method
checkEnd
filters/private/expr/BaseParser.cpp:8–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
{
7
8
bool BaseParser::checkEnd()
9
{
10
Token tok = peekToken();
11
return std::find(m_endTokens.begin(), m_endTokens.end(), tok) != m_endTokens.end();
12
}
13
14
Token BaseParser::peekToken()
15
{
Callers
3
fromString
Function · 0.80
assignment
Method · 0.80
fromString
Function · 0.80
Calls
3
find
Function · 0.85
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected