MCPcopy Create free account
hub / github.com/DeNA/HandlerSocket-Plugin-for-MySQL / to_string_ref

Function to_string_ref

client/hslongrun.cpp:383–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381};
382
383string_ref
384to_string_ref(const std::string& s)
385{
386 return string_ref(s.data(), s.size());
387}
388
389std::string
390to_string(const string_ref& s)

Callers 5

op_insertMethod · 0.85
op_deleteMethod · 0.85
op_updateMethod · 0.85
op_readMethod · 0.85
op_readnolockMethod · 0.85

Calls 2

string_refClass · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected