Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ namesStaticMember
Method
namesStaticMember
src/jvm/clojure/lang/Compiler.java:7524–7526 ·
view source on GitHub ↗
(Symbol sym)
Source
from the content-addressed store, hash-verified
7522
}
7523
7524
public
static
boolean namesStaticMember(Symbol sym){
7525
return
sym.ns != null && namespaceFor(sym) == null;
7526
}
7527
7528
public
static
Object preserveTag(ISeq src, Object dst) {
7529
Symbol tag = tagOf(src);
Callers
1
invoke
Method · 0.95
Calls
1
namespaceFor
Method · 0.95
Tested by
no test coverage detected