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

Method getThreadBindingFrame

src/jvm/clojure/lang/Var.java:96–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94//IPersistentMap _meta;
95
96public static Object getThreadBindingFrame(){
97 return dvals.get();
98}
99
100public static Object cloneThreadBindingFrame(){
101 return dvals.get().clone();

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected