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

Method isShiftMasked

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

Source from the content-addressed store, hash-verified

9481 }
9482
9483 private boolean isShiftMasked(){
9484 return mask != 0;
9485 }
9486
9487 private void emitShiftMask(GeneratorAdapter gen){
9488 if (isShiftMasked())

Callers 2

emitShiftMaskMethod · 0.95
emitThenForIntsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected