Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ clearPathRoot
Method
clearPathRoot
src/jvm/clojure/lang/Compiler.java:5860–5862 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5858
}
5859
5860
static
PathNode clearPathRoot(){
5861
return
(PathNode) CLEAR_ROOT.get();
5862
}
5863
5864
enum PSTATE{
5865
REQ, REST, DONE
Callers
1
registerLocal
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected