Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/graph-learn
/ AddString
Method
AddString
graphlearn/src/service/tensor_impl.h:87–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
void AddString(const std::string& v) {
88
std::string* s = string_buf_->Add();
89
*s = v;
90
size_ = string_buf_->size();
91
}
92
93
void AddString(std::string&& v) {
94
std::string* s = string_buf_->Add();
Callers
nothing calls this directly
Calls
2
Add
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected