MCPcopy Create free account
hub / github.com/beefytech/Beef / ReplaceTemplateStr

Method ReplaceTemplateStr

IDEHelper/DbgModule.cpp:3156–3160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3154}
3155
3156void DbgModule::ReplaceTemplateStr(const char*& name, int& templateNameIdx)
3157{
3158 if (templateNameIdx > 0)
3159 ((char*)name)[templateNameIdx] = '<';
3160}
3161
3162void DbgModule::MapSubprogram(DbgSubprogram* dbgSubprogram)
3163{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected