Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ Clear
Method
Clear
src/torcontrol.cpp:61–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
std::vector<std::string> lines;
60
61
void Clear()
62
{
63
code = 0;
64
lines.clear();
65
}
66
};
67
68
/** Low-level handling for Tor control connection.
Callers
1
readcb
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected