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

Method list

src/jvm/clojure/lang/RT.java:1645–1647  ·  view source on GitHub ↗

list support

()

Source from the content-addressed store, hash-verified

1643
1644
1645static public ISeq list(){
1646 return null;
1647}
1648
1649static public ISeq list(Object arg1){
1650 return new PersistentList(arg1);

Callers 15

consMethod · 0.95
setMacroMethod · 0.95
setTagMethod · 0.95
bindRootMethod · 0.95
parseMethod · 0.95
buildThunkMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
checkSpecsMethod · 0.95

Calls 1

listStarMethod · 0.95

Tested by

no test coverage detected