MCPcopy Create free account
hub / github.com/LUX-Core/lux / AddOneShot

Function AddOneShot

src/net.cpp:123–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121CNodeSignals& GetNodeSignals() { return g_signals; }
122
123void AddOneShot(string strDest)
124{
125 LOCK(cs_vOneShots);
126 vOneShots.push_back(strDest);
127}
128
129unsigned short GetListenPort()
130{

Callers 3

AppInit2Function · 0.85
ThreadDNSAddressSeedFunction · 0.85
ProcessOneShotFunction · 0.85

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected