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

Method data

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

Source from the content-addressed store, hash-verified

49 }
50
51 const char* data() const {
52 return data_;
53 }
54
55 size_t size() const {
56 return size_;

Callers 14

FillBufferMethod · 0.45
Hash64Function · 0.45
Hash32Function · 0.45
Base64EncodeFunction · 0.45
Base64DecodeFunction · 0.45
SplitFunction · 0.45
LowercaseFunction · 0.45
UppercaseFunction · 0.45
StripHeadFunction · 0.45
StripTailFunction · 0.45
JoinFunction · 0.45
LiteStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected