Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ size
Method
size
src/jvm/clojure/lang/PersistentList.java:223–225 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
221
222
223
public
int
size(){
224
return
0;
225
}
226
227
public
boolean isEmpty(){
228
return
true;
Callers
1
create
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected