MCPcopy Index your code
hub / github.com/badvision/jace / getHandler

Method getHandler

src/main/java/jace/ide/Program.java:94–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92 }
93
94 public LanguageHandler getHandler() {
95 return fileType.languageHandler;
96 }
97
98 public String getValue() {
99 return (String) codeMirror.call("getValue");

Callers 3

createEditorMethod · 0.95
executeMethod · 0.95
testMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected