Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ supportsMeta
Method
supportsMeta
src/jvm/clojure/lang/Compiler.java:5535–5537 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5533
}
5534
5535
boolean supportsMeta(){
5536
return
!isDeftype();
5537
}
5538
void
emitClearCloses(GeneratorAdapter gen){
5539
// int a = 1;
5540
// for(ISeq s = RT.keys(closes); s != null; s = s.next(), ++a)
Callers
3
ctorTypes
Method · 0.95
compile
Method · 0.95
emit
Method · 0.95
Calls
1
isDeftype
Method · 0.95
Tested by
no test coverage detected