MCPcopy Index your code
hub / github.com/processing/processing / getDocumentText

Method getDocumentText

app/src/processing/app/SketchCode.java:227–229  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

225
226
227 public String getDocumentText() throws BadLocationException {
228 return document.getText(0, document.getLength());
229 }
230
231
232 public void setDocument(Document d) {

Callers 4

actionPerformedMethod · 0.80
actionPerformedMethod · 0.80
prepareRunMethod · 0.80
preprocessSketchMethod · 0.80

Calls 1

getTextMethod · 0.45

Tested by

no test coverage detected