A Symbolizer introduces symbol information into a profile.
| 95 | |
| 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. |
| 102 | // The key is either Mapping.File or Mapping.BuildId. |
no outgoing calls
no test coverage detected
searching dependent graphs…