Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baldurk/renderdoc
/ conv
Function
conv
renderdoccmd/renderdoccmd.cpp:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
#include <string>
30
31
rdcstr conv(const std::string &s)
32
{
33
return rdcstr(s.c_str(), s.size());
34
}
35
36
std::string conv(const rdcstr &s)
37
{
Callers
14
DoStringise
Function · 0.70
convertArgs
Function · 0.70
Execute
Method · 0.70
Execute
Method · 0.70
Execute
Method · 0.70
Execute
Method · 0.70
Execute
Method · 0.70
formats_reader
Method · 0.70
Execute
Method · 0.70
Parse
Method · 0.70
Execute
Method · 0.70
Execute
Method · 0.70
Calls
6
rdcstr
Class · 0.85
string
Function · 0.85
c_str
Method · 0.45
size
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected