Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ run
Method
run
include/covscript/impl/symbols.hpp:668–672 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
666
virtual void run_impl() = 0;
667
668
inline void run()
669
{
670
current_process->poll_event();
671
this->run_impl();
672
}
673
674
virtual void repl_run_impl()
675
{
Callers
nothing calls this directly
Calls
2
poll_event
Method · 0.80
run_impl
Method · 0.45
Tested by
no test coverage detected