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

Function get_node_string_attributes

graphlearn/python/c/py_wrapper.h:264–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264PyObject* get_node_string_attributes(LookupNodesResponse* res) {
265 return get_string_attributes(res);
266}
267
268GetEdgesRequest* new_get_edges_request(
269 const std::string& edge_type,

Callers 1

init_client_moduleFunction · 0.85

Calls 1

get_string_attributesFunction · 0.85

Tested by

no test coverage detected