(file string, start, end uint64, intelSyntax bool)
| 179 | return func(names []string) (map[string]string, error) { return nil, nil } |
| 180 | } |
| 181 | func (testObj) Disasm(file string, start, end uint64, intelSyntax bool) ([]plugin.Inst, error) { |
| 182 | return nil, nil |
| 183 | } |
| 184 | |
| 185 | type testFile struct{ name, buildID string } |
| 186 |
nothing calls this directly
no outgoing calls
no test coverage detected