MCPcopy Create free account
hub / github.com/BWbwchen/MapReduce / newMapTask

Function newMapTask

master/mapTaskInfo.go:30–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30func newMapTask() MapTaskInfo {
31 return MapTaskInfo{
32 UUID: uuid.New().String(),
33 TaskState: TASK_IDLE,
34 }
35}
36
37func newMapTasks(size int) []MapTaskInfo {
38 var ret []MapTaskInfo

Callers 1

newMapTasksFunction · 0.85

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected