MCPcopy
hub / github.com/vektra/mockery / TypesPackage

Interface TypesPackage

template/package.go:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package template
2
3type TypesPackage interface {
4 Name() string
5 Path() string
6}
7
8// Package represents an imported package.
9type Package struct {

Callers 16

largestTagSemverMethod · 0.65
getTypePathFunction · 0.65
methodDataMethod · 0.65
typeParamsMethod · 0.65
ParsePackagesMethod · 0.65
ReturnArgNameListMethod · 0.65
returnArgListMethod · 0.65
QualifierMethod · 0.65
getTypePathFunction · 0.65
methodDataMethod · 0.65
RunMethod · 0.65
addImportMethod · 0.65

Implementers 2

fakePackagetemplate/method_scope.go
fakeTypesPackagetemplate/registry.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…