Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
39
private
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
gte
Method · 0.95
lte
Method · 0.95
Tested by
no test coverage detected