(src string, duration, timeout time.Duration)
| 91 | // error. |
| 92 | type Fetcher interface { |
| 93 | Fetch(src string, duration, timeout time.Duration) (*profile.Profile, string, error) |
| 94 | } |
| 95 | |
| 96 | // A Symbolizer introduces symbol information into a profile. |
nothing calls this directly
no outgoing calls
no test coverage detected