Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ IsNullable
Method
IsNullable
IDEHelper/Compiler/BfResolvedTypeUtils.cpp:2716–2719 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2714
}
2715
2716
bool BfTypeInstance::IsNullable()
2717
{
2718
return IsInstanceOf(mContext->mCompiler->mNullableTypeDef);
2719
}
2720
2721
bool BfTypeInstance::HasVarConstraints()
2722
{
Callers
15
HandleVariableDeclaration
Method · 0.45
GetTypeTypeData
Method · 0.45
FlushNullConditional
Method · 0.45
BoxValue
Method · 0.45
CheckMemberReference
Method · 0.45
CastToValue
Method · 0.45
GetTypeDistance
Method · 0.45
DoTypeToString
Method · 0.45
CreateTypeDeclaration
Method · 0.45
CreateDbgTypeDefinition
Method · 0.45
CreateTypeDefinition_Data
Method · 0.45
Visit
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected