Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
func
newMapTask() MapTaskInfo {
31
return
MapTaskInfo{
32
UUID: uuid.New().String(),
33
TaskState: TASK_IDLE,
34
}
35
}
36
37
func
newMapTasks(size int) []MapTaskInfo {
38
var
ret []MapTaskInfo
Callers
1
newMapTasks
Function · 0.85
Calls
1
String
Method · 0.45
Tested by
no test coverage detected