Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ Agent
Method
Agent
src/jvm/clojure/lang/Agent.java:167–169 ·
view source on GitHub ↗
(Object state)
Source
from the content-addressed store, hash-verified
165
}
166
167
public
Agent(Object state) {
168
this(state,null);
169
}
170
171
public
Agent(Object state, IPersistentMap meta) {
172
super(meta);
Callers
nothing calls this directly
Calls
1
setState
Method · 0.95
Tested by
no test coverage detected