Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoinxt/bitcoinxt
/ IsStealthMode
Method
IsStealthMode
src/options.cpp:29–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
bool Opt::IsStealthMode() {
30
return Args->GetBool(
"-stealth-mode"
, false);
31
}
32
33
bool Opt::HidePlatform() {
34
return Args->GetBool(
"-hide-platform"
, false);
Callers
4
XTSubVersion
Function · 0.80
AcceptToMemoryPool
Function · 0.80
ProcessMessage
Function · 0.80
PushVersion
Method · 0.80
Calls
1
GetBool
Method · 0.45
Tested by
no test coverage detected