MCPcopy
hub / github.com/Col-E/Recaf / getNavigator

Method getNavigator

src/main/java/me/coley/recaf/ui/MainWindow.java:245–247  ·  view source on GitHub ↗

@return Workspace navigator. Will be null if the current workspace is null.

()

Source from the content-addressed store, hash-verified

243 * @return Workspace navigator. Will be {@code null} if the current workspace is {@code null}.
244 */
245 public WorkspaceNavigator getNavigator() {
246 return navigator;
247 }
248
249 /**
250 * @param controller

Callers 1

addLibraryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected