Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
namespace euler {
27
28
GraphConfig::GraphConfig() {
29
}
30
31
bool 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