(ctx context.Context, text string)
| 11 | type X struct{} |
| 12 | |
| 13 | func (x *X) HelloCtx(ctx context.Context, text string) error { |
| 14 | return nil |
| 15 | } |
| 16 | |
| 17 | func TestIssue756(t *testing.T) { |
| 18 | env := map[string]any{ |
nothing calls this directly
no outgoing calls
no test coverage detected