Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ getBlock
Method
getBlock
src/main/java/org/dynjs/parser/ast/WithStatement.java:45–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
}
44
45
public
Statement getBlock() {
46
return
this.block;
47
}
48
49
public
int
getSizeMetric() {
50
return
this.expr.getSizeMetric() + 3;
Callers
1
interpret
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected