| 76 | } |
| 77 | |
| 78 | void stop_function(const TF_GrpcServer* server, void* context, |
| 79 | TF_Status* status) { |
| 80 | TF_SetStatus(status, TF_OK, ""); |
| 81 | } |
| 82 | |
| 83 | void join_function(const TF_GrpcServer* server, void* context, |
| 84 | TF_Status* status) { |
nothing calls this directly
no test coverage detected