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

Method Disasm

internal/driver/fetch_test.go:181–183  ·  view source on GitHub ↗
(file string, start, end uint64, intelSyntax bool)

Source from the content-addressed store, hash-verified

179 return func(names []string) (map[string]string, error) { return nil, nil }
180}
181func (testObj) Disasm(file string, start, end uint64, intelSyntax bool) ([]plugin.Inst, error) {
182 return nil, nil
183}
184
185type testFile struct{ name, buildID string }
186

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected