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

Function Open

LibLemon/src/shell/shell.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 }
20
21 void Open(const char* path, Endpoint& client){
22 (void)path;
23 (void)client;
24 }
25
26 void Open(const char* path){
27 (void)path;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected