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

Method invoke

src/jvm/clojure/lang/RT.java:245–250  ·  view source on GitHub ↗
(Object arg1)

Source from the content-addressed store, hash-verified

243//final static Var IMPORTS = Var.intern(CLOJURE_NS, Symbol.intern("*imports*"), DEFAULT_IMPORTS);
244final static IFn inNamespace = new AFn(){
245 public Object invoke(Object arg1) {
246 Symbol nsname = (Symbol) arg1;
247 Namespace ns = Namespace.findOrCreate(nsname);
248 CURRENT_NS.set(ns);
249 return ns;
250 }
251};
252
253final static IFn bootNamespace = new AFn(){

Callers

nothing calls this directly

Calls 7

findOrCreateMethod · 0.95
loadFileMethod · 0.95
sneakyThrowMethod · 0.95
chunkIteratorSeqMethod · 0.95
nextMethod · 0.65
setMethod · 0.45
hasNextMethod · 0.45

Tested by

no test coverage detected