(variables string, sources plugin.MappingSources, p *profile.Profile)
| 481 | type testSymbolzSymbolizer struct{} |
| 482 | |
| 483 | func (testSymbolzSymbolizer) Symbolize(variables string, sources plugin.MappingSources, p *profile.Profile) error { |
| 484 | return symbolz.Symbolize(p, false, sources, testFetchSymbols, nil) |
| 485 | } |
| 486 | |
| 487 | func fakeDemangler(name string) string { |
| 488 | switch name { |
nothing calls this directly
no test coverage detected