Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
addNode
Method · 0.80
parseFrom
Method · 0.80
Act
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected