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

Method ToString

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

Source from the content-addressed store, hash-verified

112 }
113
114 std::string ToString() const {
115 return std::string(data_, size_);
116 }
117
118 // < 0 if "*this" < "b",
119 // == 0 if "*this" == "b",

Callers 1

SplitFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected