MCPcopy Create free account
hub / github.com/alibaba/euler / GraphMeta

Method GraphMeta

euler/core/graph/graph_meta.h:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41class GraphMeta {
42 public:
43 GraphMeta()
44 : name_("euler_default"),
45 version_("0"),
46 node_count_(0),
47 edge_count_(0),
48 partitions_num_(0) {
49 }
50
51 GraphMeta(std::string name,
52 std::string version,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected