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

Method nextID

src/jvm/clojure/lang/RT.java:523–525  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

521}
522
523static public int nextID(){
524 return id.getAndIncrement();
525}
526
527// Load a library in the System ClassLoader instead of Clojure's own.
528public static void loadLibrary(String libname){

Callers 8

parseMethod · 0.95
emitMethod · 0.95
doEmitMethod · 0.95
evalMethod · 0.95
parseMethod · 0.95
buildMethod · 0.95
gargMethod · 0.95
syntaxQuoteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected