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

Method msig

src/jvm/clojure/lang/Compiler.java:9015–9017  ·  view source on GitHub ↗
(String name,Class[] paramTypes)

Source from the content-addressed store, hash-verified

9013
9014
9015 static public IPersistentVector msig(String name,Class[] paramTypes){
9016 return RT.vector(name,RT.seq(paramTypes));
9017 }
9018
9019 static NewInstanceMethod parse(ObjExpr objx, ISeq form, Symbol thistag,
9020 Map overrideables) {

Callers 1

parseMethod · 0.95

Calls 2

vectorMethod · 0.95
seqMethod · 0.95

Tested by

no test coverage detected