MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / run

Method run

src/app/shell.cpp:29–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void Shell::run(AppScripting& engine)
30{
31 std::cout << "Welcome to " PACKAGE_AND_VERSION " interactive console" << std::endl;
32 std::string line;
33 while (std::getline(std::cin, line)) {
34 engine.eval(line);
35 }
36 std::cout << "Done\n";
37}
38
39} // namespace app

Callers

nothing calls this directly

Calls 1

evalMethod · 0.45

Tested by

no test coverage detected