(ctx context.Context, req *ExampleReq)
| 449 | ExampleDeepRef(ctx context.Context, req *DeepRef) (r *DeepRef, err error) |
| 450 | |
| 451 | ExampleMethod(ctx context.Context, req *ExampleReq) (r *ExampleResp, err error) |
| 452 | |
| 453 | Foo(ctx context.Context, req *A) (r *A, err error) |
| 454 |
nothing calls this directly
no outgoing calls
no test coverage detected