Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atas76/openengine
/ isFirstTouch
Method
isFirstTouch
src/main/java/org/ttn/engine/agent/Action.java:20–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
}
19
20
public
boolean isFirstTouch() {
21
return
this.actionParameters.contains(ActionParameter.FIRST_TOUCH);
22
}
23
24
public
boolean isOpenPass() {
25
return
this.actionParameters.contains(ActionParameter.OPEN_PASS);
Callers
5
testParseParameterisedAction
Method · 0.95
testParseMatchFile
Method · 0.80
testActionParameter
Method · 0.80
testActionParameters
Method · 0.80
testParseActionParametersStatement
Method · 0.80
Calls
no outgoing calls
Tested by
5
testParseParameterisedAction
Method · 0.76
testParseMatchFile
Method · 0.64
testActionParameter
Method · 0.64
testActionParameters
Method · 0.64
testParseActionParametersStatement
Method · 0.64