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

Method Valid

graphlearn/src/actor/graph/wrapper_source.h:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 bool Valid() const {
74 return impl_ != nullptr;
75 }
76
77 bool IsWeighted() const {
78 return impl_->IsWeighted();

Callers 1

init_client_moduleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected