Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atas76/openengine
/ isSetPiece
Method
isSetPiece
src/main/java/org/fgn/parser/State.java:42–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
public
boolean isSetPiece() {
43
return
nonNull(context) && SET_PIECE.equals(context.getId());
44
}
45
46
public
boolean isSamePossesion() {
47
return
this.keepPossession;
Callers
2
toString
Method · 0.95
testParameterisedStateParsing
Method · 0.80
Calls
2
getId
Method · 0.80
equals
Method · 0.45
Tested by
1
testParameterisedStateParsing
Method · 0.64