MCPcopy Create free account
hub / github.com/Ahmeth4n/renef / get_description

Method get_description

src/librenef/cmd/cmd_load.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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, ' ');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected