Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ getInputStackSize
Method
getInputStackSize
src/jvm/clojure/asm/Frame.java:459–461 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
457
}
458
459
final
int
getInputStackSize() {
460
return
inputStack.length;
461
}
462
463
// -----------------------------------------------------------------------------------------------
464
// Methods related to the output frame
Callers
1
computeAllFrames
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected