MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / evaluate

Method evaluate

src/interactive.cpp:91–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91int Interactive::evaluate()
92{
93#ifdef USE_READLINE
94 while(char* c=readline::readline(PROMPT))
95 execCommand(c);
96 output << Qt::endl;
97#endif
98 return EXIT_SUCCESS;
99}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected