| 21 | |
| 22 | struct Value { |
| 23 | static RPCFactory* Function(OpKernelConstruction* ctx, bool fail_fast, |
| 24 | int64 timeout_in_ms) { |
| 25 | return nullptr; |
| 26 | } |
| 27 | }; |
| 28 | |
| 29 | REGISTER_RPC_FACTORY("TEST FACTORY 1", Value::Function); |
no outgoing calls
no test coverage detected