Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baldurk/renderdoc
/ ResIdTextToString
Function
ResIdTextToString
qrenderdoc/Code/QRDUtils.cpp:496–500 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
494
}
495
496
QString ResIdTextToString(RichResourceTextPtr ptr)
497
{
498
ptr->cacheText(NULL);
499
return ptr->text;
500
}
501
502
QString ResIdToString(ResourceId ptr)
503
{
Callers
nothing calls this directly
Calls
1
cacheText
Method · 0.80
Tested by
no test coverage detected