(addr uint64)
| 188 | func (testFile) ObjAddr(addr uint64) (uint64, error) { return addr, nil } |
| 189 | func (f testFile) BuildID() string { return f.buildID } |
| 190 | func (testFile) SourceLine(addr uint64) ([]plugin.Frame, error) { return nil, nil } |
| 191 | func (testFile) Symbols(r *regexp.Regexp, addr uint64) ([]*plugin.Sym, error) { return nil, nil } |
| 192 | func (testFile) Close() error { return nil } |
| 193 |
nothing calls this directly
no outgoing calls
no test coverage detected