Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
266
static
final
public
Var COMPILER_OPTIONS;
267
268
static
public
Object getCompilerOption(Keyword k){
269
return
RT.get(COMPILER_OPTIONS.deref(),k);
270
}
271
272
static
273
{
Callers
3
elideMeta
Method · 0.95
parse
Method · 0.80
LocalBinding
Class · 0.80
Calls
2
get
Method · 0.95
deref
Method · 0.65
Tested by
no test coverage detected