Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atas76/openengine
/ isThrowIn
Method
isThrowIn
src/main/java/org/fgn/parser/State.java:50–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
}
49
50
public
boolean isThrowIn() {
51
return
nonNull(context) && THROW_IN.equals(context.getId());
52
}
53
54
@Override
55
public
String toString() {
Callers
2
toString
Method · 0.95
testParameterisedStatesParsing
Method · 0.80
Calls
2
getId
Method · 0.80
equals
Method · 0.45
Tested by
1
testParameterisedStatesParsing
Method · 0.64