Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
383
string_ref
384
to_string_ref(const std::string& s)
385
{
386
return string_ref(s.data(), s.size());
387
}
388
389
std::string
390
to_string(const string_ref& s)
Callers
5
op_insert
Method · 0.85
op_delete
Method · 0.85
op_update
Method · 0.85
op_read
Method · 0.85
op_readnolock
Method · 0.85
Calls
2
string_ref
Class · 0.85
size
Method · 0.45
Tested by
no test coverage detected