Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/graph-learn
/ LiteString
Method
LiteString
graphlearn/src/common/string/lite_string.h:34–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
static const size_t npos;
33
34
LiteString() : data_(
""
), size_(0) {}
35
36
LiteString(const char* s, size_t n) : data_(s), size_(n) {}
37
Callers
nothing calls this directly
Calls
2
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected