(mode string, srcs MappingSources, prof *profile.Profile)
| 125 | // A Symbolizer introduces symbol information into a profile. |
| 126 | type Symbolizer interface { |
| 127 | Symbolize(mode string, srcs MappingSources, prof *profile.Profile) error |
| 128 | } |
| 129 | |
| 130 | // MappingSources map each profile.Mapping to the source of the profile. |
no outgoing calls
no test coverage detected