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

Method garg

src/jvm/clojure/lang/LispReader.java:865–867  ·  view source on GitHub ↗
(int n)

Source from the content-addressed store, hash-verified

863}
864
865static Symbol garg(int n){
866 return Symbol.intern(null, (n == -1 ? "rest" : ("p" + n)) + "__" + RT.nextID() + "#");
867}
868
869public static class FnReader extends AFn{
870 public Object invoke(Object reader, Object lparen, Object opts, Object pendingForms) {

Callers 2

registerArgMethod · 0.95
invokeMethod · 0.80

Calls 2

internMethod · 0.95
nextIDMethod · 0.95

Tested by

no test coverage detected