| 313 | } |
| 314 | |
| 315 | type CallEnv struct { |
| 316 | A int |
| 317 | B int |
| 318 | C int |
| 319 | Fn func() bool |
| 320 | FnFast func(...any) any |
| 321 | Foo CallFoo |
| 322 | } |
| 323 | |
| 324 | func (CallEnv) Func() string { |
| 325 | return "func" |
nothing calls this directly
no outgoing calls
no test coverage detected