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

Method getPrimary

src/main/java/me/coley/recaf/workspace/Workspace.java:69–71  ·  view source on GitHub ↗

@return Primary file being worked on.

()

Source from the content-addressed store, hash-verified

67 * @return Primary file being worked on.
68 */
69 public JavaResource getPrimary() {
70 return primary;
71 }
72
73 /**
74 * @return Libraries of the {@link #getPrimary() primary file}.

Callers 15

openMethod · 0.95
callMethod · 0.95
callMethod · 0.95
searchMethod · 0.95
testMethod · 0.80
remapManifestTestMethod · 0.80
mapMethod · 0.80
setWorkspaceMethod · 0.80
addWorkspaceMethod · 0.80
toJsonMethod · 0.80

Calls

no outgoing calls

Tested by 2

testMethod · 0.64
remapManifestTestMethod · 0.64