()
| 332 | } |
| 333 | |
| 334 | func (CallFoo) Method() string { |
| 335 | return "method" |
| 336 | } |
| 337 | |
| 338 | func Benchmark_callFunc(b *testing.B) { |
| 339 | program, err := expr.Compile(`Func()`, expr.Env(CallEnv{})) |
nothing calls this directly
no outgoing calls
no test coverage detected