Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ ~bootstrap
Method
~bootstrap
include/covscript/covscript.hpp:143–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
bootstrap() : context(create_context({
"<BOOTSTRAP_ENV>"
})) {}
142
143
~bootstrap()
144
{
145
collect_garbage(context);
146
}
147
148
void run(const std::string &path)
149
{
Callers
nothing calls this directly
Calls
1
collect_garbage
Function · 0.85
Tested by
no test coverage detected