| 74 | func (unknownEvent) String() string { return "unknownEvent" } |
| 75 | |
| 76 | type unknownState struct{} |
| 77 | |
| 78 | func (unknownState) isState() {} |
| 79 | func (unknownState) String() string { return "unknownState" } |
nothing calls this directly
no outgoing calls
no test coverage detected