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

Method isIndexMutable

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

Source from the content-addressed store, hash-verified

542 virtual bool canDeletePtr() const { return false; }
543 virtual bool isIndexable ( const TypeDeclPtr & ) const { return false; }
544 virtual bool isIndexMutable ( const TypeDeclPtr & ) const { return false; }
545 virtual bool isIterable ( ) const { return false; }
546 virtual bool isShareable ( ) const { return true; }
547 virtual bool isSmart() const { return false; }

Callers 2

propagateAtMethod · 0.45
preVisitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected