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

Method IsFunction

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

Source from the content-addressed store, hash-verified

591 virtual bool IsArray() { return false; }
592 virtual bool IsDelegate() { return false; }
593 virtual bool IsFunction() { return false; }
594 virtual bool IsDelegateOrFunction() { return false; }
595 virtual bool IsDelegateFromTypeRef() { return false; }
596 virtual bool IsFunctionFromTypeRef() { return false; }

Callers 15

VisitMethod · 0.45
AddDependencyMethod · 0.45
GetTypeTypeDataMethod · 0.45
AddMethodReferenceMethod · 0.45
ProcessMethodMethod · 0.45
DoMethodDeclarationMethod · 0.45
AddTypeMembersMethod · 0.45
AssignModuleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected