Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atas76/openengine
/ add
Method
add
src/main/java/org/fgn/domain/Match.java:14–16 ·
view source on GitHub ↗
(EventSequence sequence)
Source
from the content-addressed store, hash-verified
12
private
List<EventSequence> sequences =
new
ArrayList<>();
13
14
public
void
add(EventSequence sequence) {
15
this.sequences.add(sequence);
16
}
17
}
Callers
6
parseActionParameters
Method · 0.45
ActionOutcome
Method · 0.45
scan
Method · 0.45
addEvent
Method · 0.45
processPhase
Method · 0.45
scan
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected