| 458 | } |
| 459 | |
| 460 | StarWorkerService* StarServerBase::CreateWorkerService( |
| 461 | StarWorker* worker) { |
| 462 | return NewStarWorkerService(worker).release(); |
| 463 | } |
| 464 | |
| 465 | bool StarServerBase::GetRunGraphModeFlag(const ConfigProto& config) { |
| 466 | // NOTE(jiankeng.pt): run_graph_mode is only |
nothing calls this directly
no test coverage detected