Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ getTest
Method
getTest
src/main/java/org/dynjs/parser/ast/IfStatement.java:47–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
}
46
47
public
Expression getTest() {
48
return
this.testExpr;
49
}
50
51
public
Statement getThenBlock() {
52
return
this.thenBlock;
Callers
10
interpret
Method · 0.95
visit
Method · 0.45
visit
Method · 0.45
toIndentedString
Method · 0.45
interpret
Method · 0.45
toIndentedString
Method · 0.45
interpret
Method · 0.45
visit
Method · 0.45
visit
Method · 0.45
visitFor
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected