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

Method isSpecial

src/jvm/clojure/lang/Compiler.java:379–381  ·  view source on GitHub ↗
(Object sym)

Source from the content-addressed store, hash-verified

377}
378
379static boolean isSpecial(Object sym){
380 return specials.containsKey(sym);
381}
382
383static boolean inTailCall(C context) {
384 return (context == C.RETURN) && (METHOD_RETURN_CONTEXT.deref() != null) && (IN_CATCH_FINALLY.deref() == null);

Callers 2

macroexpand1Method · 0.95
syntaxQuoteMethod · 0.95

Calls 1

containsKeyMethod · 0.65

Tested by

no test coverage detected