MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / isHandle

Method isHandle

include/daScript/ast/ast_typedecl.h:810–812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

808 }
809
810 __forceinline bool TypeDecl::isHandle() const {
811 return (baseType==Type::tHandle) && (dim.size()==0);
812 }
813
814 __forceinline bool TypeDecl::isStructure() const {
815 return (baseType==Type::tStructure) && (dim.size()==0);

Callers 11

visitMethod · 0.80
preVisitForStackMethod · 0.80
visitForSourceMethod · 0.80
propagateAtMethod · 0.80
preVisitMethod · 0.80
visitMethod · 0.80
preVisitMethod · 0.80
visitMethod · 0.80
sv_trySimulate_AtMethod · 0.80
isCompatibleMethod · 0.80
simulateGetAtR2VMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected