Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ hasFrames
Method
hasFrames
src/jvm/clojure/asm/MethodWriter.java:623–625 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
621
}
622
623
boolean hasFrames() {
624
return
stackMapTableNumberOfEntries > 0;
625
}
626
627
boolean hasAsmInstructions() {
628
return
hasAsmInstructions;
Callers
1
toByteArray
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected