Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ intern
Method
intern
src/jvm/clojure/lang/Symbol.java:57–59 ·
view source on GitHub ↗
(String ns, String name)
Source
from the content-addressed store, hash-verified
55
}
56
57
static
public
Symbol intern(String ns, String name){
58
return
new
Symbol(ns, name);
59
}
60
61
static
public
Symbol intern(String nsname){
62
int
i = nsname.indexOf(
'/'
);
Callers
15
main
Class · 0.95
create
Method · 0.95
readResolve
Method · 0.95
main
Method · 0.95
find
Method · 0.95
internPrivate
Method · 0.95
Compiler
Class · 0.95
resolveSymbol
Method · 0.95
parse
Method · 0.95
buildArrayClassDescriptor
Method · 0.95
buildThunk
Method · 0.95
buildParams
Method · 0.95
Calls
2
indexOf
Method · 0.45
equals
Method · 0.45
Tested by
no test coverage detected