Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ dec
Method
dec
src/jvm/clojure/lang/Numbers.java:146–148 ·
view source on GitHub ↗
(Object x)
Source
from the content-addressed store, hash-verified
144
}
145
146
static
public
Number dec(Object x){
147
return
ops(x).dec((Number)x);
148
}
149
150
static
public
Number decP(Object x){
151
return
ops(x).decP((Number)x);
Callers
2
dec
Method · 0.95
unchecked_dec
Method · 0.95
Calls
2
ops
Method · 0.95
dec
Method · 0.65
Tested by
no test coverage detected