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

Function makeHandleType

src/ast/ast_typedecl.cpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48#endif
49
50 TypeDeclPtr makeHandleType(const ModuleLibrary & library, const char * typeName) {
51 return library.makeHandleType(typeName);
52 }
53
54 Annotation * TypeDecl::isPointerToAnnotation() const {
55 if ( baseType!=Type::tPointer || !firstType || firstType->baseType!=Type::tHandle ) {

Callers 2

makeMethod · 0.85
makeMethod · 0.85

Calls 1

makeHandleTypeMethod · 0.80

Tested by

no test coverage detected