()
| 198 | store.Wait() |
| 199 | } |
| 200 | func (info *RequestInfo) Notify() { |
| 201 | select { |
| 202 | case info.SyncChannel <- struct{}{}: |
| 203 | default: |
| 204 | } |
| 205 | } |
| 206 | |
| 207 | func (info *RequestInfo) StepDone(state rtCtrlInvokeStage) { |
| 208 | if info.Input != nil && info.Input.EnableMetrics { |
no outgoing calls
no test coverage detected