MCPcopy 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
1167bool swq_expr_node::HasReachedMaxDepth() const
1168{
1169 return nDepth == 128;
1170}
1171
1172#endif // #ifndef DOXYGEN_SKIP

Callers 1

yyparseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected