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

Method getLineCount

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

Source from the content-addressed store, hash-verified

180
181
182 public int getLineCount() {
183 return Util.countLines(program);
184 }
185
186
187 public void setModified(boolean modified) {

Callers 3

preprocessMethod · 0.95

Calls 1

countLinesMethod · 0.95

Tested by

no test coverage detected