Helper options to set specialized mocks if needed in tests
(s WPTMetricsStorer)
| 117 | vcsPermissionChecker: nil, |
| 118 | } |
| 119 | |
| 120 | // Apply Functional Options to override defaults |
| 121 | for _, option := range options { |
| 122 | option(srv) |
| 123 | } |
| 124 | |
| 125 | return srv |
| 126 | } |
no outgoing calls
no test coverage detected