MCPcopy 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
496QString ResIdTextToString(RichResourceTextPtr ptr)
497{
498 ptr->cacheText(NULL);
499 return ptr->text;
500}
501
502QString ResIdToString(ResourceId ptr)
503{

Callers

nothing calls this directly

Calls 1

cacheTextMethod · 0.80

Tested by

no test coverage detected