Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.js
File · 0.80
Calls
2
Rule
Class · 0.70
add
Method · 0.45
Tested by
no test coverage detected