MCPcopy Index your code
hub / github.com/clojure/clojure / getQueueCount

Method getQueueCount

src/jvm/clojure/lang/Agent.java:271–273  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

269}
270
271public int getQueueCount(){
272 return aq.get().q.count();
273}
274
275static public int releasePendingSends(){
276 IPersistentVector sends = nested.get();

Callers

nothing calls this directly

Calls 2

countMethod · 0.65
getMethod · 0.65

Tested by

no test coverage detected