Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
120
boost::chrono::steady_clock CLeakyBucket::clock;
121
122
void AddOneShot(string strDest)
123
{
124
LOCK(cs_vOneShots);
125
vOneShots.push_back(strDest);
126
}
127
128
unsigned short GetListenPort()
129
{
Callers
3
AppInit2
Function · 0.85
BOOST_FOREACH
Function · 0.85
ProcessOneShot
Function · 0.85
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected