Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ GetResolvedType
Method
GetResolvedType
IDEHelper/Compiler/BfResolvedTypeUtils.cpp:565–568 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
563
}
564
565
BfType* BfFieldInstance::GetResolvedType()
566
{
567
return mResolvedType;
568
}
569
570
void BfFieldInstance::SetResolvedType(BfType* type)
571
{
Callers
15
HandleTupleVariableDeclaration
Method · 0.80
HandleCaseEnumMatch_Tuple
Method · 0.80
CreateStaticField
Method · 0.80
ResolveConstField
Method · 0.80
ResolveVarFieldType
Method · 0.80
MarkFieldInitialized
Method · 0.80
GetFieldInitializerValue
Method · 0.80
TryGetAppendedObjectInfo
Method · 0.80
CreateFieldData
Method · 0.80
CreateTypeData
Method · 0.80
AggregateSplat
Method · 0.80
ExtractValue
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected