(value float64)
| 17 | } |
| 18 | |
| 19 | func float64ElementTestPtr(value float64) *float64 { return &value } |
| 20 | |
| 21 | func captureSlidesElementRequest(t *testing.T, runner slidesElementTestRunner, flags *RootFlags) *slides.Request { |
| 22 | t.Helper() |
no outgoing calls
no test coverage detected