Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ collect
Method
collect
include/covscript/core/core.hpp:1167–1172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1165
}
1166
1167
void collect()
1168
{
1169
for (auto &ptr : table)
1170
::operator delete(ptr);
1171
table.clear();
1172
}
1173
1174
void add(void *ptr)
1175
{
Callers
1
collect_garbage
Function · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected