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

Method Nillable

template/var.go:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57}
58
59func (v Var) Nillable() bool {
60 return nillable(v.Type())
61}
62
63func varName(vr *types.Var, suffix string) string {
64 name := vr.Name()

Callers

nothing calls this directly

Calls 2

TypeMethod · 0.95
nillableFunction · 0.85

Tested by

no test coverage detected