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

Method set

graphlearn/src/common/string/lite_string.h:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 void set(const void* data, size_t len) {
47 data_ = reinterpret_cast<const char*>(data);
48 size_ = len;
49 }
50
51 const char* data() const {
52 return data_;

Callers 3

addNodeMethod · 0.80
parseFromMethod · 0.80
ActMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected