Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
523
static
public
int
nextID(){
524
return
id.getAndIncrement();
525
}
526
527
// Load a library in the System ClassLoader instead of Clojure's own.
528
public
static
void
loadLibrary(String libname){
Callers
8
parse
Method · 0.95
emit
Method · 0.95
doEmit
Method · 0.95
eval
Method · 0.95
parse
Method · 0.95
build
Method · 0.95
garg
Method · 0.95
syntaxQuote
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected