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

Method GraphConfig

euler/client/graph_config.cc:28–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26namespace euler {
27
28GraphConfig::GraphConfig() {
29}
30
31bool GraphConfig::Load(const std::string& filename) {
32 FILE* fp = fopen(filename.c_str(), "rb");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected