MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / MenuItem

Method MenuItem

Applications/Shell/menu.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 std::vector<char*> args;
57
58 MenuItem(){
59
60 }
61
62 MenuItem(const std::string& name, const std::string& comment, const std::string& exec, int id){
63 this->name = name;

Callers

nothing calls this directly

Calls 3

strdupFunction · 0.85
lengthMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected