Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/graph-learn
/ EdgeSource
Method
EdgeSource
graphlearn/src/include/data_source.h:141–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
std::string use_attrs;
140
141
EdgeSource() : format(kWeighted), direction(kOrigin), local_shared(true) {
142
}
143
144
EdgeSource(const EdgeSource& right) {
145
path = right.path;
Callers
2
_copy_edge_source
Method · 0.80
_construct_edge_source
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected