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

Method RegisterObject

LibLemon/src/ipc/interface.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 void Interface::RegisterObject(const std::string& name, int id){
41 objects[name] = id;
42 }
43
44 long Interface::Poll(handle_t& client, Message& m){
45 handle_t newIf;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected