Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
59
func
(v Var) Nillable() bool {
60
return
nillable(v.Type())
61
}
62
63
func
varName(vr *types.Var, suffix string) string {
64
name := vr.Name()
Callers
nothing calls this directly
Calls
2
Type
Method · 0.95
nillable
Function · 0.85
Tested by
no test coverage detected