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