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

Method isNoHeapType

src/ast/ast.cpp:430–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428 }
429
430 bool Structure::isNoHeapType() const {
431 for ( const auto & fd : fields ) {
432 if ( !fd.type->isNoHeapType() )
433 return false;
434 }
435 return true;
436 }
437
438 bool Structure::isPod() const {
439 for ( const auto & fd : fields ) {

Callers 2

visitLetMethod · 0.45
preVisitGlobalLetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected