MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / addRule

Method addRule

src/main/java/trace/util/Production.kt:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23 val rules = mutableListOf<Rule>()
24 val actions = mutableListOf<Action>()
25
26 fun addRule(left: String, right: String) {
27 rules.add(Rule(left, right))
28 }
29

Callers 1

raphael-min.jsFile · 0.80

Calls 2

RuleClass · 0.70
addMethod · 0.45

Tested by

no test coverage detected