Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ collect_garbage
Function
collect_garbage
sources/covscript.cpp:626–631 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
624
}
625
626
void collect_garbage()
627
{
628
statement_base::gc.collect();
629
method_base::gc.collect();
630
token_base::gc.collect();
631
}
632
633
void collect_garbage(context_t &context)
634
{
Callers
4
covscript_main
Function · 0.85
on_process_exit_default_handler
Method · 0.85
~raii_collector
Method · 0.85
~bootstrap
Method · 0.85
Calls
6
collect
Method · 0.80
pop_no_return
Method · 0.80
clear_all_data
Method · 0.80
empty
Method · 0.45
clear
Method · 0.45
swap_context
Method · 0.45
Tested by
no test coverage detected