| 7 | class Postmaster { |
| 8 | public: |
| 9 | Postmaster(Customer* obj) : obj_(CHECK_NOTNULL(obj)) { } |
| 10 | |
| 11 | static std::vector<DataConfig> partitionData( |
| 12 | const DataConfig& conf, int num_workers); |
nothing calls this directly
no outgoing calls
no test coverage detected