| 205 | var _ driver.UI = testUI{} |
| 206 | |
| 207 | type testFetcher struct { |
| 208 | profile *profile.Profile |
| 209 | } |
| 210 | |
| 211 | func (f testFetcher) Fetch(source string, duration, timeout time.Duration) (*profile.Profile, string, error) { |
| 212 | // http://pproftest.local prevents file from being saved. |
nothing calls this directly
no outgoing calls
no test coverage detected