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