Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ parse
Method
parse
src/jvm/clojure/lang/Compiler.java:785–787 ·
view source on GitHub ↗
(C context, Object form)
Source
from the content-addressed store, hash-verified
783
784
static
class
Parser implements IParser{
785
public
Expr parse(C context, Object form) {
786
return
new
ImportExpr((String) RT.second(form));
787
}
788
}
789
}
790
Callers
nothing calls this directly
Calls
1
second
Method · 0.95
Tested by
no test coverage detected