MCPcopy Index your code
hub / github.com/clojure/clojure / exceededBounds

Method exceededBounds

src/jvm/clojure/lang/Range.java:41–43  ·  view source on GitHub ↗
(Object val)

Source from the content-addressed store, hash-verified

39private static BoundsCheck positiveStep(final Object end) {
40 return new BoundsCheck() {
41 public boolean exceededBounds(Object val){
42 return Numbers.gte(val, end);
43 }
44 };
45}
46

Callers

nothing calls this directly

Calls 2

gteMethod · 0.95
lteMethod · 0.95

Tested by

no test coverage detected