Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ NumberExpr
Method
NumberExpr
src/jvm/clojure/lang/Compiler.java:2398–2401 ·
view source on GitHub ↗
(Number n)
Source
from the content-addressed store, hash-verified
2396
public
final
int
id;
2397
2398
public
NumberExpr(Number n){
2399
this.n = n;
2400
this.id = registerConstant(n);
2401
}
2402
2403
Object val(){
2404
return
n;
Callers
nothing calls this directly
Calls
1
registerConstant
Method · 0.80
Tested by
no test coverage detected