(input []string, plugin string, nReducer int, nWorker int, inRAM bool)
| 1 | package mapreduce |
| 2 | |
| 3 | func StartMaster(input []string, plugin string, nReducer int, nWorker int, inRAM bool) { |
| 4 | startMaster(input, nWorker, nReducer) |
| 5 | } |
nothing calls this directly
no test coverage detected