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

Method getCurrentWorkspace

src/main/java/me/coley/recaf/Recaf.java:149–151  ·  view source on GitHub ↗

Try not to use this too often. It would be best to be passed an instance of the workspace so things do not become statically dependent. @return Current workspace.

()

Source from the content-addressed store, hash-verified

147 * @return Current workspace.
148 */
149 public static Workspace getCurrentWorkspace() {
150 return currentWorkspace;
151 }
152
153 /**
154 * @param controller

Callers 7

openMethod · 0.95
hookCodeGenMethod · 0.95
iteratorMethod · 0.95
callMethod · 0.95
getGraphMethod · 0.95
classNamesMethod · 0.95
matchSignaturesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected