MCPcopy Create free account
hub / github.com/google/pprof / Symbolize

Method Symbolize

internal/driver/driver_test.go:435–437  ·  view source on GitHub ↗
(_ string, _ plugin.MappingSources, _ *profile.Profile)

Source from the content-addressed store, hash-verified

433type testSymbolizer struct{}
434
435func (testSymbolizer) Symbolize(_ string, _ plugin.MappingSources, _ *profile.Profile) error {
436 return nil
437}
438
439type testSymbolizeDemangler struct{}
440

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected