Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1645
static
public
ISeq list(){
1646
return
null;
1647
}
1648
1649
static
public
ISeq list(Object arg1){
1650
return
new
PersistentList(arg1);
Callers
15
cons
Method · 0.95
setMacro
Method · 0.95
setTag
Method · 0.95
bindRoot
Method · 0.95
parse
Method · 0.95
buildThunk
Method · 0.95
parse
Method · 0.95
parse
Method · 0.95
parse
Method · 0.95
parse
Method · 0.95
parse
Method · 0.95
checkSpecs
Method · 0.95
Calls
1
listStar
Method · 0.95
Tested by
no test coverage detected