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

Function _InitializeShellConnection

System/LemonWM/wm.cpp:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16void* _InitializeShellConnection(void* inst){
17 return reinterpret_cast<WMInstance*>(inst)->InitializeShellConnection();
18}
19
20void* WMInstance::InitializeShellConnection(){
21 shellClient = Lemon::Endpoint("lemon.shell/Instance");

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected