(mode string, srcs MappingSources, prof *profile.Profile)
| 96 | // A Symbolizer introduces symbol information into a profile. |
| 97 | type Symbolizer interface { |
| 98 | Symbolize(mode string, srcs MappingSources, prof *profile.Profile) error |
| 99 | } |
| 100 | |
| 101 | // MappingSources map each profile.Mapping to the source of the profile. |
nothing calls this directly
no outgoing calls
no test coverage detected