(addr uint64)
| 487 | } |
| 488 | |
| 489 | func (mf mockObjFile) SourceLine(addr uint64) ([]plugin.Frame, error) { |
| 490 | return mf.frames[addr], nil |
| 491 | } |
| 492 | |
| 493 | func (mockObjFile) Symbols(r *regexp.Regexp, addr uint64) ([]*plugin.Sym, error) { |
| 494 | return []*plugin.Sym{}, nil |
nothing calls this directly
no outgoing calls
no test coverage detected