Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chibash/stone
/ size
Method
size
src/stone/ast/ArrayLiteral.java:6–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
public
class
ArrayLiteral extends ASTList {
5
public
ArrayLiteral(List<ASTree> list) { super(list); }
6
public
int
size() {
return
numChildren(); }
7
}
Callers
nothing calls this directly
Calls
1
numChildren
Method · 0.45
Tested by
no test coverage detected