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

Method AddSource

LibLemon/src/ipc/interfaceuds.cpp:303–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301 }
302
303 void MessageMultiplexer::AddSource(MessageHandler& handler){
304 handlers.push_back(&handler);
305 }
306
307 bool MessageMultiplexer::PollSync(){
308 std::vector<pollfd> fds;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected