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

Method GetInt

IDEHelper/DbgExprEvaluator.cpp:781–787  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

779}
780
781DbgTypedValue DbgExprEvaluator::GetInt(int value)
782{
783 DbgTypedValue dbgValue;
784 dbgValue.mType = mDbgModule->GetPrimitiveType(DbgType_i32, GetLanguage());
785 dbgValue.mInt32 = value;
786 return dbgValue;
787}
788
789DbgTypedValue DbgExprEvaluator::GetString(const StringImpl& str)
790{

Callers

nothing calls this directly

Calls 1

GetPrimitiveTypeMethod · 0.45

Tested by

no test coverage detected