| 41 | class 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 |
nothing calls this directly
no outgoing calls
no test coverage detected