Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bither/bither-desktop-java
/ stopPeer
Method
stopPeer
src/main/java/net/bither/utils/PeerUtil.java:84–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
82
}
83
84
public
static
void
stopPeer() {
85
peerCanRun = false;
86
PeerManager.instance().stop();
87
}
88
}
Callers
15
prepare
Method · 0.95
run
Method · 0.95
recovery
Method · 0.95
addPrivateKeyByRandomWithPassphras
Method · 0.95
addAddressListByDesc
Method · 0.95
stopMonitor
Method · 0.95
run
Method · 0.95
beginCompleteAddress
Method · 0.95
run
Method · 0.95
run
Method · 0.95
finishGenerate
Method · 0.95
run
Method · 0.95
Calls
2
instance
Method · 0.80
stop
Method · 0.45
Tested by
no test coverage detected