MCPcopy Create free account
hub / github.com/bither/bither-desktop-java / run

Method run

src/main/java/net/bither/Bither.java:179–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

177 final String finalRawUri = rawURI;
178 Runnable doProcessCommandLine = new Runnable() {
179 @Override
180 public void run() {
181 processCommandLineURI(finalRawUri);
182 }
183 };
184
185 SwingUtilities.invokeLater(doProcessCommandLine);

Callers

nothing calls this directly

Calls 14

processCommandLineURIMethod · 0.95
refreshFrameMethod · 0.95
getInstanceMethod · 0.95
startPeerMethod · 0.95
getStringMethod · 0.95
actionPerformedMethod · 0.95
initControllerMethod · 0.95
refreshFrameInUiMethod · 0.95
getMainFrameMethod · 0.95
disposeMethod · 0.80
setVerionCodeMethod · 0.80
clearScrollMethod · 0.80

Tested by

no test coverage detected