MCPcopy Create free account
hub / github.com/covscript/covscript / repl_run

Method repl_run

include/covscript/impl/symbols.hpp:679–683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

677 }
678
679 inline void repl_run()
680 {
681 current_process->poll_event();
682 this->repl_run_impl();
683 }
684
685 virtual void dump(std::ostream &o) const
686 {

Callers 1

interpretMethod · 0.80

Calls 2

repl_run_implMethod · 0.95
poll_eventMethod · 0.80

Tested by

no test coverage detected