MCPcopy Create free account
hub / github.com/clojure-rs/ClojureRS / insert

Method insert

src/environment.rs:206–215  ·  view source on GitHub ↗

Insert into the environment around you; the local bindings, or the current namespace, if this is top level For instance, ```clojure (def a 1) ;; => main_environment.insert(a,1) (let [a 1] ..) ;; => local_environment.insert(a,1)

(&self, sym: Symbol, val: Rc<Value>)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

get_plusFunction · 0.45
insert_plusFunction · 0.45

Calls 1

Tested by 2

get_plusFunction · 0.36
insert_plusFunction · 0.36