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

Method hasStringData

src/ast/ast.cpp:659–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

657 }
658
659 bool Structure::hasStringData( das_set<void*> & dep ) const { // ||
660 for ( const auto & fd : fields ) {
661 if ( fd.type && fd.type->hasStringData(dep) ) {
662 return true;
663 }
664 }
665 return false;
666 }
667
668 bool Structure::hasClasses(das_set<Structure *> & dep) const { // ||
669 if ( isClass ) return true;

Callers 1

getSideEffectsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected