MCPcopy Index your code
hub / github.com/clojure/clojure / lineDeref

Method lineDeref

src/jvm/clojure/lang/Compiler.java:310–312  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

308static final public Var COLUMN = Var.create(0).setDynamic();
309
310static int lineDeref(){
311 return ((Number)LINE.deref()).intValue();
312}
313
314static int columnDeref(){
315 return ((Number)COLUMN.deref()).intValue();

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