Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ clear
Method
clear
dep/agg/include/agg_array.h:353–356 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
351
m_size = 0;
352
}
353
void clear()
354
{
355
m_size = 0;
356
}
357
void cut_at(unsigned num)
358
{
359
if (num < m_size)
Callers
5
clearAll
Method · 0.45
step_hor
Method · 0.45
step_ver
Method · 0.45
remove_all
Method · 0.45
free_all
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected