MCPcopy Create free account
hub / github.com/KasperskyLab/hrtng / msig_replace

Function msig_replace

src/refactoring.cpp:784–791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

782 return qstring();
783}
784qstring msig_replace(void* ctx, const char* name)
785{
786 refac_t* rf = (refac_t*)ctx;
787 qstring newname;
788 if(rf->match(qstring(name), &newname))
789 return newname;
790 return qstring();
791}
792
793//--------------------------------------------------------------------------
794static const int rcwidths[] =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected