MCPcopy Create free account
hub / github.com/MariaDB/server / to_string

Function to_string

plugin/handler_socket/client/hslongrun.cpp:389–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387}
388
389std::string
390to_string(const string_ref& s)
391{
392 return std::string(s.begin(), s.size());
393}
394
395void
396hs_longrun_thread_hs::run()

Callers 4

op_insertMethod · 0.70
op_deleteMethod · 0.70
op_readMethod · 0.70
op_readnolockMethod · 0.70

Calls 3

stringClass · 0.85
beginMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected