MCPcopy Index your code
hub / github.com/Col-E/Recaf / updateRecent

Method updateRecent

src/main/java/me/coley/recaf/ui/MainMenu.java:545–548  ·  view source on GitHub ↗

Update the recent files menu.

()

Source from the content-addressed store, hash-verified

543 * Update the recent files menu.
544 */
545 public void updateRecent() {
546 mFileRecent.getItems().clear();
547 config().getRecentFiles().forEach(this::addRecentItem);
548 }
549
550 /**
551 * @param path

Callers 2

MainMenuMethod · 0.95
loadWorkspaceMethod · 0.80

Calls 3

configMethod · 0.95
getRecentFilesMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected