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

Method get_name

src/librenef/cmd/cmd_load.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28class LoadScriptCommand : public CommandDispatcher {
29public:
30 std::string get_name() const override {
31 return "l";
32 }
33
34 std::string get_description() const override {
35 return "Load and execute a Lua script in the target process.";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected