Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ create
Method
create
src/jvm/clojure/lang/Repeat.java:36–38 ·
view source on GitHub ↗
(Object val)
Source
from the content-addressed store, hash-verified
34
}
35
36
public
static
Repeat create(Object val){
37
return
new
Repeat(INFINITE, val);
38
}
39
40
public
static
ISeq create(long count, Object val){
41
if
(count <= 0)
Callers
2
create
Method · 0.95
create
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected