| 34 | func (unknownEvent) String() string { return "unknownEvent" } |
| 35 | |
| 36 | type unknownState struct{} |
| 37 | |
| 38 | func (unknownState) isState() {} |
| 39 | func (unknownState) String() string { return "unknownState" } |
nothing calls this directly
no outgoing calls
no test coverage detected