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

Method SetCachedResolvedType

IDEHelper/Compiler/BfResolvedTypeUtils.cpp:4860–4866  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4858}
4859
4860void BfResolvedTypeSet::LookupContext::SetCachedResolvedType(BfTypeReference* typeReference, BfType* type)
4861{
4862 if (typeReference == mRootTypeRef)
4863 mRootResolvedType = type;
4864 else
4865 mResolvedTypeMap[typeReference] = type;
4866}
4867
4868BfType* BfResolvedTypeSet::LookupContext::ResolveTypeRef(BfTypeReference* typeReference)
4869{

Callers 1

DoHashMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected