Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atas76/openengine
/ isSamePossesion
Method
isSamePossesion
src/main/java/org/fgn/parser/State.java:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
public
boolean isSamePossesion() {
47
return
this.keepPossession;
48
}
49
50
public
boolean isThrowIn() {
51
return
nonNull(context) && THROW_IN.equals(context.getId());
Callers
4
toString
Method · 0.95
testGoalSaveActionOutcome
Method · 0.80
testGoalSaveCatch
Method · 0.80
testParsedStatement
Method · 0.80
Calls
no outgoing calls
Tested by
3
testGoalSaveActionOutcome
Method · 0.64
testGoalSaveCatch
Method · 0.64
testParsedStatement
Method · 0.64