MCPcopy Create free account
hub / github.com/benfry/processing4 / inRange

Method inRange

java/src/processing/mode/java/PreprocSketch.java:55–58  ·  view source on GitHub ↗
(SketchInterval interval)

Source from the content-addressed store, hash-verified

53
54
55 public boolean inRange(SketchInterval interval) {
56 return interval != SketchInterval.BEFORE_START &&
57 interval.stopPdeOffset < pdeCode.length();
58 }
59
60
61 public String getPdeCode(SketchInterval si) {

Callers 2

handleInspectMethod · 0.80
ASTViewerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected