MCPcopy 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
167public Agent(Object state) {
168 this(state,null);
169}
170
171public Agent(Object state, IPersistentMap meta) {
172 super(meta);

Callers

nothing calls this directly

Calls 1

setStateMethod · 0.95

Tested by

no test coverage detected