Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OSGeo/gdal
/ HasReachedMaxDepth
Method
HasReachedMaxDepth
ogr/swq_expr_node.cpp:1167–1170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1165
/************************************************************************/
1166
1167
bool swq_expr_node::HasReachedMaxDepth() const
1168
{
1169
return nDepth == 128;
1170
}
1171
1172
#endif // #ifndef DOXYGEN_SKIP
Callers
1
yyparse
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected