MCPcopy Create free account
hub / github.com/ChunelFeng/CGraph / NumsGParam

Class NumsGParam

example/E04-MapReduce.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19static const char* PARAM_KEY = "param-key";
20
21struct NumsGParam : public GParam {
22 std::vector<int> random_nums_ {}; // 随机生成的数字信息
23 int map_results_[MAP_SIZE][MAX_NUM] = {}; // 用于记录 map 处理结果的信息
24};
25
26
27class GenerateGNode : public GNode {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected