MCPcopy Create free account
hub / github.com/alibaba/graph-learn / NodeSource

Method NodeSource

graphlearn/src/include/data_source.h:89–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 std::string use_attrs;
88
89 NodeSource() : format(kAttributed), local_shared(true) {
90 }
91
92 NodeSource(const NodeSource& right) {
93 path = right.path;

Callers 2

_copy_node_sourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected