Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chrxh/alien
/ clear
Method
clear
source/EngineInterface/Descriptions.h:615–619 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
613
return *this;
614
}
615
void clear()
616
{
617
clusters.clear();
618
particles.clear();
619
}
620
bool isEmpty() const
621
{
622
if (!clusters.empty()) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected