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

Method getCompilerOption

src/jvm/clojure/lang/Compiler.java:268–270  ·  view source on GitHub ↗
(Keyword k)

Source from the content-addressed store, hash-verified

266static final public Var COMPILER_OPTIONS;
267
268static public Object getCompilerOption(Keyword k){
269 return RT.get(COMPILER_OPTIONS.deref(),k);
270}
271
272 static
273 {

Callers 3

elideMetaMethod · 0.95
parseMethod · 0.80
LocalBindingClass · 0.80

Calls 2

getMethod · 0.95
derefMethod · 0.65

Tested by

no test coverage detected