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

Method FindTypeById

IDEHelper/Compiler/BfContext.cpp:932–941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

930}
931
932BfType * BfContext::FindTypeById(int typeId)
933{
934 for (auto type : mResolvedTypes)
935 {
936 if (type->mTypeId == typeId)
937 return type;
938 }
939
940 return NULL;
941}
942
943void BfContext::AddTypeToWorkList(BfType* type)
944{

Callers 7

EncodeAttributeDataMethod · 0.80
CastToValueMethod · 0.80
GetEmitLocationMethod · 0.80
DoInvocationMethod · 0.80
InitMethod · 0.80
GetDbgTypeInfoMethod · 0.80
TypedValueToStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected