MCPcopy Create free account
hub / github.com/digego/extempore / getRunning

Method getRunning

include/SchemeProcess.h:144–144  ·  view source on GitHub ↗

std::map & getResultStrings() { return result_string; }

Source from the content-addressed store, hash-verified

142 EXTMonitor& getGuard() { return guard; }
143 //std::map<int, std::string>& getResultStrings() { return result_string; }
144 bool getRunning() { return running; }
145 //static void printSchemeCons(scheme* sc, std::stringstream& ss, pointer cons, bool full = false, bool stringquotes = true);
146 static void banner(std::ostream* ss);
147#ifdef EXT_BOOST

Callers 3

tcp_osc_server_threadFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected