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

Method ShellInstance

Applications/Shell/shell.cpp:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include "shell.h"
7
8ShellInstance::ShellInstance(handle_t svc, const char* name) : shellSrv(svc, name, 512) {
9
10}
11
12void ShellInstance::SetMenu(Lemon::GUI::Window* menu){
13 this->menu = menu;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected