(c *operationResponseCaches)
| 135 | |
| 136 | func withCustomVCSPermissionChecker(c VCSPermissionChecker) TestServerOption { |
| 137 | return func(srv *Server) { |
| 138 | srv.vcsPermissionChecker = c |
| 139 | } |
| 140 | } |
| 141 | |
| 142 | func withCustomStorer(s WPTMetricsStorer) TestServerOption { |
| 143 | return func(srv *Server) { |
| 144 | srv.wptMetricsStorer = s |
no outgoing calls
no test coverage detected