| 17 | |
| 18 | func TestRunFunction(t *testing.T) { |
| 19 | type args struct { |
| 20 | ctx context.Context |
| 21 | req *fnv1.RunFunctionRequest |
| 22 | } |
| 23 | type want struct { |
| 24 | rsp *fnv1.RunFunctionResponse |
| 25 | err error |
nothing calls this directly
no outgoing calls
no test coverage detected