MCPcopy Create free account
hub / github.com/alibaba/GraphScope / build_generic_class

Function build_generic_class

analytical_engine/core/java/graphx_runner.h:78–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78std::string build_generic_class(const std::string& base_class,
79 const std::string& vd_class,
80 const std::string& ed_class,
81 const std::string& msg_class) {
82 std::stringstream ss;
83 ss << base_class << "<" << vd_class << "," << ed_class << "," << msg_class
84 << ">";
85 return ss.str();
86}
87
88// put all flags in a json str
89boost::property_tree::ptree flags2Ptree() {

Callers 1

flags2PtreeFunction · 0.85

Calls 1

strMethod · 0.45

Tested by

no test coverage detected