| 17 | } |
| 18 | |
| 19 | type FSMTimingsCollector interface { |
| 20 | server.FSMTimingHook |
| 21 | prometheus.Collector |
| 22 | } |
| 23 | |
| 24 | var ( |
| 25 | fsmOperationInfixes = [server.FSMOperationTypeCount]string{ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…