MCPcopy Create free account
hub / github.com/ElementsProject/elements / mapPort

Method mapPort

src/node/interfaces.cpp:115–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 }
114 bool shutdownRequested() override { return ShutdownRequested(); }
115 void mapPort(bool use_upnp, bool use_natpmp) override { StartMapPort(use_upnp, use_natpmp); }
116 bool getProxy(Network net, Proxy& proxy_info) override { return GetProxy(net, proxy_info); }
117 size_t getNodeCount(ConnectionDirection flags) override
118 {

Callers 1

OptionsDialogMethod · 0.80

Calls 1

StartMapPortFunction · 0.85

Tested by

no test coverage detected