MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / AddOneShot

Function AddOneShot

src/net.cpp:122–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120boost::chrono::steady_clock CLeakyBucket::clock;
121
122void AddOneShot(string strDest)
123{
124 LOCK(cs_vOneShots);
125 vOneShots.push_back(strDest);
126}
127
128unsigned short GetListenPort()
129{

Callers 3

AppInit2Function · 0.85
BOOST_FOREACHFunction · 0.85
ProcessOneShotFunction · 0.85

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected