Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ run
Method
run
include/covscript/covscript.hpp:148–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
}
147
148
void run(const std::string &path)
149
{
150
context->instance->compile(path);
151
context->instance->interpret();
152
}
153
};
154
} // namespace cs
Callers
nothing calls this directly
Calls
2
compile
Method · 0.80
interpret
Method · 0.80
Tested by
no test coverage detected