MCPcopy Create free account
hub / github.com/badvision/jace / updateSearchStats

Method updateSearchStats

src/main/java/jace/ui/MetacheatUI.java:533–536  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

531 }
532
533 private void updateSearchStats() {
534 int size = cheatEngine.getSearchResults().size();
535 searchStatusLabel.setText(size + (size == 1 ? " result" : " results") + " found.");
536 }
537
538 private Watch addWatch(int addr) {
539 Watch watch = new Watch(addr, this);

Callers 2

newSearchMethod · 0.95
searchMethod · 0.95

Calls 1

getSearchResultsMethod · 0.80

Tested by

no test coverage detected