MCPcopy 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
314static int columnDeref(){
315 return ((Number)COLUMN.deref()).intValue();
316}
317
318//Integer
319static final public Var LINE_BEFORE = Var.create(0).setDynamic();

Callers 15

analyzeMethod · 0.95
checkSpecsMethod · 0.95
macroexpand1Method · 0.95
analyzeSeqMethod · 0.95
analyzeSymbolMethod · 0.95
compile1Method · 0.95
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80

Calls 2

derefMethod · 0.65
intValueMethod · 0.45

Tested by

no test coverage detected