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

Method isTerminatingMacro

src/jvm/clojure/lang/EdnReader.java:375–377  ·  view source on GitHub ↗
(int ch)

Source from the content-addressed store, hash-verified

373}
374
375static private boolean isTerminatingMacro(int ch){
376 return (ch != '#' && ch != '\'' && isMacro(ch));
377}
378
379/*
380public static class RegexReader extends AFn{

Callers 1

readTokenMethod · 0.95

Calls 1

isMacroMethod · 0.95

Tested by

no test coverage detected