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

Method GetMappedName

IDEHelper/DbgModule.h:205–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203 }
204
205 const char* GetMappedName()
206 {
207 if (mLinkName != NULL)
208 return mLinkName;
209 return mName;
210 }
211};
212
213class DbgType;

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected