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

Method ensurePending

src/jvm/clojure/lang/LispReader.java:225–230  ·  view source on GitHub ↗
(Object pendingForms)

Source from the content-addressed store, hash-verified

223}
224
225static private Object ensurePending(Object pendingForms) {
226 if(pendingForms == null)
227 return new LinkedList();
228 else
229 return pendingForms;
230}
231
232static private Object installPlatformFeature(Object opts) {
233 if(opts == null)

Callers 15

readMethod · 0.95
invokeMethod · 0.80
invokeMethod · 0.80
invokeMethod · 0.80
invokeMethod · 0.80
invokeMethod · 0.80
invokeMethod · 0.80
invokeMethod · 0.80
invokeMethod · 0.80
invokeMethod · 0.80
invokeMethod · 0.80
invokeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected