Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ clearRules
Method
clearRules
src/main/java/trace/util/Production.kt:32–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
fun addAction(matches: String, action: () -> Unit) {
31
actions.add(Action(matches, action))
32
}
33
34
fun clearRules() {
35
rules.clear()
36
}
37
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected