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

Method Insert

IDEHelper/DbgTypeMap.cpp:325–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325void DbgTypeMap::Insert(DbgType* value)
326{
327 Entry entry;
328 entry.mValue = value;
329 mMap.Add(entry);
330}
331
332bool DbgTypeMap::StrEqual(const char* inStr, const char* mapStr)
333{

Callers 15

Debugger_OpenFileFunction · 0.45
Debugger_HotLoadFunction · 0.45
MapMemoryMethod · 0.45
AddSubProgramMethod · 0.45
DbgVisFailedMethod · 0.45
DbgTypedValueToStringMethod · 0.45
UpdateCallStackMethodMethod · 0.45
GetStackFrameInfoMethod · 0.45
VerifyPathMethod · 0.45
ParseExceptionDataMethod · 0.45

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected