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

Method ret1

src/jvm/clojure/lang/Util.java:197–199  ·  view source on GitHub ↗
(Object ret, Object nil)

Source from the content-addressed store, hash-verified

195}
196
197static public Object ret1(Object ret, Object nil){
198 return ret;
199}
200
201static public ISeq ret1(ISeq ret, Object nil){
202 return ret;

Callers 9

invokeMethod · 0.95
evalMethod · 0.95
invokeMethod · 0.95
applyToMethod · 0.95
applyToHelperMethod · 0.95
applyToMethod · 0.95
invokeMethod · 0.95
countMethod · 0.95
nthMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected