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

Method IsArray

IDEHelper/Compiler/BfResolvedTypeUtils.h:591–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

589 virtual bool IsUndefSizedArray() { return false; }
590 virtual bool IsUnknownSizedArrayType() { return false; }
591 virtual bool IsArray() { return false; }
592 virtual bool IsDelegate() { return false; }
593 virtual bool IsFunction() { return false; }
594 virtual bool IsDelegateOrFunction() { return false; }

Callers 15

VisitMethod · 0.45
DoObjectCreateMethod · 0.45
GetTypeTypeDataMethod · 0.45
CreateTypeDataMethod · 0.45
ConstantToCurrentMethod · 0.45
DoMethodDeclarationMethod · 0.45
FixitGetParamStringMethod · 0.45
PopulateTypeMethod · 0.45
DoPopulateTypeMethod · 0.45
ResolveGenericTypeMethod · 0.45
DoTypeToStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected