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

Method avoidNullPtr

include/daScript/ast/ast.h:548–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546 virtual bool isShareable ( ) const { return true; }
547 virtual bool isSmart() const { return false; }
548 virtual bool avoidNullPtr() const { return false; }
549 virtual bool canSubstitute ( TypeAnnotation * /* passType */ ) const { return false; }
550 virtual bool canBeSubstituted ( TypeAnnotation * /* passType */ ) const { return false; }
551 virtual string getSmartAnnotationCloneFunction () const { return ""; }

Callers 1

needAvoidNullPtrFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected