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

Method Graph

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

Source from the content-addressed store, hash-verified

41class Graph {
42 public:
43 Graph()
44 : global_sampler_ok_(0),
45 global_edge_sampler_ok_(0),
46 initialized_(false),
47 shard_index_(0),
48 shard_number_(0) {
49 }
50
51 ~Graph();
52

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected