MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / queueJoinRequest

Method queueJoinRequest

source/frontend/StarMainInterface.cpp:900–903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

898}
899
900void MainInterface::queueJoinRequest(pair<String, RpcPromiseKeeper<P2PJoinRequestReply>> request)
901{
902 m_queuedJoinRequests.push_back(request);
903}
904
905void MainInterface::queueItemPickupText(ItemPtr const& item) {
906 auto descriptor = item->descriptor();

Callers 1

updateMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected