| 32 | } |
| 33 | |
| 34 | std::string get_description() const override { |
| 35 | return "Load and execute a Lua script in the target process."; |
| 36 | } |
| 37 | |
| 38 | CommandResult dispatch(int client_fd, const char* cmd_buffer, size_t cmd_size) override { |
| 39 | std::vector<std::string> cmd_parts = split(cmd_buffer, ' '); |
nothing calls this directly
no outgoing calls
no test coverage detected