Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ run_impl
Method
run_impl
include/covscript/impl/statement.hpp:265–268 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
263
}
264
265
void run_impl() override
266
{
267
throw runtime_error(
"Do not allowed standalone else statement."
);
268
}
269
270
void dump(std::ostream &) const override
271
{
Callers
2
run
Method · 0.45
repl_run_impl
Method · 0.45
Calls
1
runtime_error
Class · 0.85
Tested by
no test coverage detected