(_ string, _ plugin.MappingSources, _ *profile.Profile)
| 433 | type testSymbolizer struct{} |
| 434 | |
| 435 | func (testSymbolizer) Symbolize(_ string, _ plugin.MappingSources, _ *profile.Profile) error { |
| 436 | return nil |
| 437 | } |
| 438 | |
| 439 | type testSymbolizeDemangler struct{} |
| 440 |
nothing calls this directly
no outgoing calls
no test coverage detected