| 2115 | } |
| 2116 | |
| 2117 | void |
| 2118 | AppInstance::appendToScriptEditor(const std::string& str) |
| 2119 | { |
| 2120 | std::cout << str << std::endl; |
| 2121 | } |
| 2122 | |
| 2123 | void |
| 2124 | AppInstance::printAutoDeclaredVariable(const std::string& /*str*/) |
no outgoing calls
no test coverage detected