Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ clear
Method
clear
filters/private/expr/Expression.cpp:428–433 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
426
}
427
428
void Expression::clear()
429
{
430
std::stack<NodePtr> empty;
431
m_nodes.swap(empty);
432
m_error.clear();
433
}
434
435
std::string Expression::error() const
436
{
Callers
2
clearError
Method · 0.45
flushSamples
Method · 0.45
Calls
1
swap
Method · 0.80
Tested by
no test coverage detected