MCPcopy 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
2716bool BfTypeInstance::IsNullable()
2717{
2718 return IsInstanceOf(mContext->mCompiler->mNullableTypeDef);
2719}
2720
2721bool BfTypeInstance::HasVarConstraints()
2722{

Callers 15

GetTypeTypeDataMethod · 0.45
FlushNullConditionalMethod · 0.45
BoxValueMethod · 0.45
CheckMemberReferenceMethod · 0.45
CastToValueMethod · 0.45
GetTypeDistanceMethod · 0.45
DoTypeToStringMethod · 0.45
CreateTypeDeclarationMethod · 0.45
VisitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected