Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ columnDeref
Method
columnDeref
src/jvm/clojure/lang/Compiler.java:314–316 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
312
}
313
314
static
int
columnDeref(){
315
return
((Number)COLUMN.deref()).intValue();
316
}
317
318
//Integer
319
static
final
public
Var LINE_BEFORE = Var.create(0).setDynamic();
Callers
15
analyze
Method · 0.95
checkSpecs
Method · 0.95
macroexpand1
Method · 0.95
analyzeSeq
Method · 0.95
analyzeSymbol
Method · 0.95
compile1
Method · 0.95
parse
Method · 0.80
parse
Method · 0.80
parse
Method · 0.80
parse
Method · 0.80
parse
Method · 0.80
parse
Method · 0.80
Calls
2
deref
Method · 0.65
intValue
Method · 0.45
Tested by
no test coverage detected