MCPcopy
hub / github.com/stretchr/testify / Qualifier

Method Qualifier

_codegen/main.go:222–227  ·  view source on GitHub ↗
(p *types.Package)

Source from the content-addressed store, hash-verified

220}
221
222func (f *testFunc) Qualifier(p *types.Package) string {
223 if p == nil || p.Name() == f.CurrentPkg {
224 return ""
225 }
226 return p.Name()
227}
228
229func (f *testFunc) Params() string {
230 sig := f.TypeInfo.Type().(*types.Signature)

Callers

nothing calls this directly

Calls 1

NameMethod · 0.65

Tested by

no test coverage detected