MCPcopy 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_mainFunction · 0.85
~raii_collectorMethod · 0.85
~bootstrapMethod · 0.85

Calls 6

collectMethod · 0.80
pop_no_returnMethod · 0.80
clear_all_dataMethod · 0.80
emptyMethod · 0.45
clearMethod · 0.45
swap_contextMethod · 0.45

Tested by

no test coverage detected