MCPcopy 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

prepareMethod · 0.95
runMethod · 0.95
recoveryMethod · 0.95
addAddressListByDescMethod · 0.95
stopMonitorMethod · 0.95
runMethod · 0.95
beginCompleteAddressMethod · 0.95
runMethod · 0.95
runMethod · 0.95
finishGenerateMethod · 0.95
runMethod · 0.95

Calls 2

instanceMethod · 0.80
stopMethod · 0.45

Tested by

no test coverage detected